Overload List
Name | Description | |
---|---|---|
GetBoolean(String) |
Converts the specified value to boolean.
If the value does not exist, the function returns false.
If the value is not convertible, the function throws an InvalidCastException.
| |
GetBoolean(String, Boolean) |
Converts the specified value to boolean.
If the value does not exist, the function returns false.
If the value is not convertible, the function throws an InvalidCastException.
|
See Also