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