CurrencyIdentifiers.PEN プロパティ

定義

ペルーヌエボソルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

"PEN" という文字列。ペルーの Nuevo Sol を識別します。

適用対象