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

标识韩元的字符串“KRW”。

适用于