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