Method TryGetSByteValue
| Improve this Doc View SourceTryGetSByteValue(String, out SByte)
Try to retrieve the value of a variable in sbyte
format.
Declaration
bool TryGetSByteValue(string variable, out sbyte value)
Parameters
Type | Name | Description |
---|---|---|
String | variable | The variable name of the value to try retrieve. |
SByte | value | The sbyte value retrieved or |
Returns
Type | Description |
---|---|
Boolean |
|
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
FormatException |
|