Documentation

Text::TryParseDouble

Function

bool Text::TryParseDouble(const string&in str, double&out)

Parses the given string as a double. This will return true only if the string was parsed entirely and was not empty.

string str

double

Returns bool