News

Number, which parses an integer. Decimal, which parses a precision number fx. 10.5. Note that the punctuation mark is used as the decimal seperator. Char, which parses a single alphabetic character.
Create an instance of the parser with the locale you like to parse, and then call the parse method of your instance on the localized number-string. If you do not provide a locale, it will default to ...