bool Text::TryParseFloat(const string&in str, float&out)
Parses the given string as a float. This will return true only if the string was parsed entirely and was not empty.
string str
string
str
float
bool