Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 777 Bytes

paymentcurrencyamount_paymentcurrencyamount_1571897524.md

File metadata and controls

34 lines (23 loc) · 777 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Payments.PaymentCurrencyAmount.#ctor(System.String,System.String)
winrt method

Windows.ApplicationModel.Payments.PaymentCurrencyAmount.PaymentCurrencyAmount

-description

Creates a new PaymentCurrencyAmount object

-parameters

-param value

The monetary value. An exception will be thrown if this value doesn't match the following regex pattern.

^-?[0-9]+(\.[0-9]+)?$

-param currency

The currency identifier. The default CurrencySystem is urn:iso:std:iso:4217.

Important

Validity of currency values are not enforced.

-remarks

-examples

-see-also