Formats a ICU4XFixedDecimal
to a string.
See the Rust documentation for format
for more information.
Static
create_Creates a new ICU4XFixedDecimalFormatter
from preconstructed locale data in the form of an ICU4XDataStruct
constructed from ICU4XDataStruct::create_decimal_symbols()
.
The contents of the data struct will be consumed: if you wish to use the struct again it will have to be reconstructed. Passing a consumed struct to this method will return an error.
Static
create_Creates a new ICU4XFixedDecimalFormatter
from locale data.
See the Rust documentation for try_new
for more information.
An ICU4X Fixed Decimal Format object, capable of formatting a
ICU4XFixedDecimal
as a string.See the Rust documentation for
FixedDecimalFormatter
for more information.