Convert a formatted string of digits to a floating-point number. Throws an exception where the input text is not parsable in its entirety.
See Implementation
Convert a formatted string of digits to a floating-point number. Throws an exception where the input text is not parsable in its entirety.