Method GetUShortValue
| Improve this Doc View SourceGetUShortValue(String)
Gets the value of a variable in ushort format.
Declaration
ushort GetUShortValue(string variable)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to get. |
Returns
| Type | Description |
|---|---|
| UInt16 | A value of the variable in |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| VariableNotSetException |
|
| FormatException |
|