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"。

適用対象