Method TryParseFloat
TryParseFloat(string, out float)
Tries to parse a float from the provided string.
public static bool TryParseFloat(this string floatString, out float result)
Parameters
Returns
- bool
True if parsing succeeded; otherwise false.
Tries to parse a float from the provided string.
public static bool TryParseFloat(this string floatString, out float result)
True if parsing succeeded; otherwise false.