Method GetShortValue
| Improve this Doc View SourceGetShortValue(String)
Gets the value of a variable in short format.
Declaration
public virtual short GetShortValue(string variable)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to get. |
Returns
| Type | Description |
|---|---|
| Int16 | A value of the variable in |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| VariableNotSetException |
|
| FormatException |
|