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