public interface NumericFormatter
NumberFormat
but alternate implementations are used for BigInteger and BigDecimal.Modifier and Type | Method and Description |
---|---|
Number |
parse(String clientValue)
Parses a value from the client in a locale-specific way.
|
String |
toClient(Number value)
Formats a value for the client in a locale-specific way.
|
Number parse(String clientValue) throws ParseException
ParseException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.