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