CfParser.parseFloatValue
private
double parseFloatValue(string raw) static @safe pureParses a float value from raw string.
Parameters
raw | The raw string to parse |
Returns
The parsed double value.