Description
Convert strings and other values to numbers quickly while keeping conversion rules explicit. It helps data importers, parsers, and validation code handle numeric input with less repetitive error handling.
This is a developer library, not a calculator. Applications should still define locale, decimal separator, invalid-value, and overflow behavior so numeric data is interpreted correctly.