Method ToBoolean
ToBoolean()
Attempts to convert JSON value to boolean.
Declaration
public bool ToBoolean()
Returns
Type | Description |
---|---|
System. |
Converted boolean value. |
Exceptions
Type | Condition |
---|---|
System. |
The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed. |
System. |
The exception that is thrown for invalid casting or explicit conversion. |