Interface GlobalizationCurrencyPattern

Pattern to format and parse currency values according to the client's user preferences and ISO 4217 currency code.

Index

Properties

Properties

public code: string

The ISO 4217 currency code for the pattern.

public decimal: string

The decimal symbol to use for parsing and formatting.

public fraction: number

The number of fractional digits to use when parsing and formatting currency.

public grouping: string

The grouping symbol to use for parsing and formatting.

public pattern: string

The currency pattern to format and parse currency values. The patterns follow Unicode Technical Standard #35.

public rounding: number

The rounding increment to use when parsing and formatting.