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