CurrencyAmount(String, String) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 금액 및 통화로 새 CurrencyAmount 개체를 만듭니다.
public:
CurrencyAmount(Platform::String ^ amount, Platform::String ^ currency);
CurrencyAmount(winrt::hstring const& amount, winrt::hstring const& currency);
public CurrencyAmount(string amount, string currency);
function CurrencyAmount(amount, currency)
Public Sub New (amount As String, currency As String)
매개 변수
- amount
-
String
Platform::String
winrt::hstring
고정 문화권 형식의 10진수를 포함하는 문자열입니다(예: "100.00"과 같이 문화권을 구분하지 않는 양).
- currency
-
String
Platform::String
winrt::hstring
CurrencyIdentifiers 값(예: USD), 기타 ISO 4217 알파벳 통화 코드, "X-"(예: "X-ContosoPoints") 접두사가 있는 "공급업체별" 코드 또는 기타 통화 이름("Bitcoin" 또는 "TRON"과 같은 암호 화폐 포함)을 포함하는 문자열입니다.