Instance Property インスタンスプロパティ

currencyCode

The receiver’s currency code. レシーバのもつ通貨コード。

Declaration 宣言

@property(copy) NSString *currencyCode;

Discussion 議論

A currency code is a three-letter code that is, in most cases, composed of a region’s two-character Internet region code plus an extra character to denote the currency unit. For example, the currency code for the Australian dollar is “AUD”. Currency codes are based on the ISO 4217 standard. 通貨コードは3文字のコードです、それは、ほとんどの場合には、ある地域(リージョン)のもつ2文字のインターネット地域コードに加えてある追加の文字から構成されて通貨単位を示します。例えば、オーストラリアドルに対する通貨コードは “AUD” です。国コードは、ISO 4217規格に基づきます。

See Also 参照

Configuring the Format of Currency 通貨の書式設定を構成設定する