Function Blam::Converters::StringToInt

Function Documentation

int Blam::Converters::StringToInt(std::string string)

Converts a string representation of an integer to an int.

Return

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

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