Int32? GetInt32(Int32? defaultValue = null)
Get the current value as a Int32.
Parameters
Name | Description |
defaultValue | The default value to use if the value is not a Int32. |
Return
The value as a Int32.
Get the current value as a Int32.
Name | Description |
defaultValue | The default value to use if the value is not a Int32. |
The value as a Int32.