CurrencyIdentifiers.SEK プロパティ

定義

スウェーデン クローナの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

スウェーデン クローナを識別する文字列 "SEK"。

適用対象