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
.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- CSharpProcedural
Syntax
public static string ToStringCS(this bool value)
Parameters
Name | Type | Description |
---|---|---|
value | bool |
Return Value
Type | Description |
---|---|
string |