CurrencyIdentifiers.CAD 属性

定义

获取加元的货币标识符。

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

属性值

String

Platform::String

winrt::hstring

标识加元的字符串“CAD”。

适用于