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