Method GetFloat
GetFloat(string, string)
Gets the stored float with the specified key.
public float? GetFloat(string prefix, string key)
Parameters
Returns
- float?
The float value stored with the specified key, otherwise null if the key has no value populated.