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