CurrencyIdentifiers.ZAR Property

Definition

Gets the currency identifier for the South African Rand.

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

Property Value

String

Platform::String

winrt::hstring

The string "ZAR", which identifies the South African Rand.

Applies to