Share via


CurrencyIdentifiers.KRW Property

Definition

Gets the currency identifier for the Korean Won.

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

Property Value

String

Platform::String

winrt::hstring

The string "KRW", which identifies the Korean Won.

Applies to