Windows.Globalization.NumberFormatting namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.Globalization.NumberFormatting namespace

[This documentation is preliminary and is subject to change.]

Provides classes for formatting currencies, decimal numbers, percent values, and permille values, based on the user's languages and geographic region.

Members

The Windows.Globalization.NumberFormatting namespace has these types of members:

Classes

The Windows.Globalization.NumberFormatting namespace has these classes.

ClassDescription
CurrencyFormatter Formats and parses currencies.
DecimalFormatter Formats and parses decimal numbers.
PercentFormatter Formats and parses percentages.
PermilleFormatter Formats and parses permillages.

 

Interfaces

The Windows.Globalization.NumberFormatting namespace implements these interfaces.

InterfaceDescription
INumberFormatter An interface that returns a string representation of a provided value.
INumberFormatterOptions An interface that gets and sets options for formatting numbers.
INumberParser An interface that parses a string representation of a numeric value.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.Globalization.NumberFormatting
Windows::Globalization::NumberFormatting [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD