Function Blam::Converters::StringToDouble

Function Documentation

double Blam::Converters::StringToDouble(std::string string)

Converts a string representation of a double to a double.

Return

The evaluated double value, or 0 if the value failed to convert.

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