Description:

Get value as double, will only succeed if value was created using Set(string key, double value)

Syntax:
public bool TryGetDouble(
string key,
out double value
)
Returns:
Type: bool
Available since:
5.0

Nothing found