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