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