CurrencyIdentifiers.KRW プロパティ

定義

韓国ウォンの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

韓国語の Won を識別する文字列 "KRW" です。

適用対象