CurrencyIdentifiers.ZAR Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "ZAR", which identifies the South African Rand.