TryGetUInt32
Summary
public bool TryGetUInt32(out uint value)
Attempts to get this value as a uint . Fills thevalueon success.
Returns
trueif the value could be understood as this data type;falseotherwise
Parameters
- uint value
public bool TryGetUInt32(out uint value)
Attempts to get this value as a uint . Fills thevalueon success.
trueif the value could be understood as this data type;falseotherwise