CurrencyIdentifiers.CAD 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 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
The string "CAD", which identifies the Canadian Dollar.