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