Method TryGetLongValue
| Improve this Doc View SourceTryGetLongValue(String, out Int64)
Try to retrieve the value of a variable in long format.
Declaration
public virtual bool TryGetLongValue(string variable, out long value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to try retrieve. |
| Int64 | value | The long value retrieved or |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| FormatException |
|