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