Search
DefaultNumericFormats Members
Methods
 


Contains predefined format strings for different numeric formats.

The following tables list the members exposed by the DefaultNumericFormats type.

 Public Methods

  Name Description

format

Formats a given value according to the provided format string and locale.

getAllFormats

Gets all defined formats.

getAutoResetFormats

Gets a value indicating whether the format collections will be reset after a change in the locale.

getBooleanFormats

Gets the default boolean formats.

getCurrencyFormats

Overloaded. Gets the default currency formats.

getDateFormats

Gets the default date formats.

getFractionFormats

Gets the default fraction formats.

getLocale

Gets the locale.

getNumberFormats

Gets the default number formats.

getPercentFormats

Gets the default percent formats.

getScientificFormats

Gets the default scientific formats.

getTextFormats

Gets the default text formats.

getTimeFormats

Gets the default time formats.

reset

Resets the numeric formats.

setAutoResetFormats

Sets a value indicating whether the format collections will be reset after a change in the locale.

setLocale

Sets the locale.

 See Also