Method TryReadUIntValue
TryReadUIntValue(out uint)
Try to read the value of the input as an uint.
Declaration
protected bool TryReadUIntValue(out uint value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | value | When this method returns true, the value read. Otherwise, the default for the type. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the value was successfully read. |