CSharpProcedural.

ToStringCS(bool) Method

Summary

Returns a string representation of the `value` as a C# literal: either "true" or "false" instead of the uppercase forms returned by System.Boolean.ToString.

Syntax

public static string ToStringCS(this bool value)

Parameters

Name Type Description
value bool

Return Value

Type Description
string