Share via


CurrencyIdentifiers.CAD Property

Definition

Gets the currency identifier for the Canadian Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "CAD", which identifies the Canadian Dollar.

Applies to