다음을 통해 공유


CurrencyIdentifiers.USD 속성

정의

미국 달러의 통화 식별자를 가져옵니다.

public:
 static property Platform::String ^ USD { Platform::String ^ get(); };
static winrt::hstring USD();
public static string USD { get; }
var string = CurrencyIdentifiers.uSD;
Public Shared ReadOnly Property USD As String

속성 값

String

Platform::String

winrt::hstring

미국 달러를 식별하는 문자열 "USD"입니다.

적용 대상