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