CurrencyIdentifiers.PLN Property

Definition

Gets the currency identifier for the Polish Zloty.

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

Property Value

String

Platform::String

winrt::hstring

The string "PLN", which identifies the Polish Zloty.

Applies to