Documentation

Text::TryParseFloat

Function

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

float

Returns bool