Class ParseUtils.Bool.BoolStrings.Bool
Utility class for converting boolean values to various string representations
Inherited Members
Namespace: Serenity.Shared.Utils
Assembly: Serenity.Shared.dll
Syntax
public static class ParseUtils.Bool.BoolStrings.Bool
Fields
FALSE
Declaration
public const string FALSE = "False"
Field Value
| Type | Description |
|---|---|
| string |
TRUE
Declaration
public const string TRUE = "True"
Field Value
| Type | Description |
|---|---|
| string |