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

currencySymbol

The string used by the receiver as a local currency symbol. レシーバによって現地通貨記号として使われる文字列。

Declaration 宣言

@property(copy) NSString *currencySymbol;

Discussion 議論

A region typically has a local currency symbol and an international currency symbol. The local symbol is used within the region, while the international currency symbol is used in international contexts to specify that region’s currency unambiguously. The local currency symbol is often represented by a Unicode code point. ある地域(リージョン)は、概して現地通貨記号および国際通貨記号を持ちます。現地記号は地域(リージョン)内で使われます、一方で国際通貨記号は国際的環境で使われて誤解の余地なくその国のもつ通貨を指定します。現地通貨記号は、しばしばユニコードコード点によって表されます。

See Also 参照

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