Share via


CurrencyIdentifiers.SEK Property

Definition

Gets the currency identifier for the Swedish Krona.

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

Property Value

String

Platform::String

winrt::hstring

The string "SEK", which identifies the Swedish Krona.

Applies to