This will create a formatter with the default locale. Numbers will be printed and parsed using the standard non-localized set of symbols.
Calling this method will end any open optional sections by repeatedly calling {@link #optionalEnd()} before creating the formatter.
This builder can still be used after creating the formatter if desired, although the state may have been changed by calls to {@code optionalEnd}. @return the created formatter, not null
|
|
|
|
|
|
|
|