Internal
Converts a string to a number (decimal-integer or decimal-floating-point). Handles the full range of HLS numeric formats.
The numeric string (e.g., "10.5")
"10.5"
The parsed number
If the string is not a valid number
Converts a string to a number (decimal-integer or decimal-floating-point). Handles the full range of HLS numeric formats.