Function Blam::Converters::StringToFloat

Function Documentation

float Blam::Converters::StringToFloat(std::string string)

Converts a string representation of a float to a float.

Return

The evaluated float value, or 0.0f if the value failed to convert.

Parameters
  • string: - The string containing the float value representation.