// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Decimal } from "./Decimal" import type { DecimalGroupingStrategy } from "./DecimalGroupingStrategy" import type { Locale } from "./Locale" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4XDecimalFormatobject,capableofformattinga{@linkDecimal}asastring. * *Seethe[Rustdocumentationfor`DecimalFormatter`](https://docs.rs/icu/2.1.1/icu/decimal/struct.DecimalFormatter.html) for more information.
*/
export class DecimalFormatter { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *Createsanew{@linkDecimalFormatter},usingcompileddata * *Seethe[Rustdocumentationfor`try_new`](https://docs.rs/icu/2.1.1/icu/decimal/struct.DecimalFormatter.html#method.try_new) for more information.
*/ static createWithGroupingStrategy(locale: Locale, groupingStrategy: DecimalGroupingStrategy | null): DecimalFormatter;
/** *Createsanew{@linkDecimalFormatter},usingaparticulardatasource. * *Seethe[Rustdocumentationfor`try_new`](https://docs.rs/icu/2.1.1/icu/decimal/struct.DecimalFormatter.html#method.try_new) for more information.
*/ static createWithGroupingStrategyAndProvider(provider: DataProvider, locale: Locale, groupingStrategy: DecimalGroupingStrategy | null): DecimalFormatter;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.