This topic has not yet been rated - Rate this topic

CurrencyFormatter.Currency | currency property

Gets or sets the identifier for the currency to be used for formatting and parsing currency values.

Syntax


var currency = currencyFormatter.currency;
currencyFormatter.currency = currency;

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The currency identifier to use when formatting and parsing currency values.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

CurrencyFormatter

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.