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

currencyCode

The currency code for the locale. このロケールに対する通貨コード。

Declaration 宣言

@property(nullable, readonly, copy) NSString *currencyCode;

Discussion 議論

Example currency codes include "USD", "EUR", and "JPY". 例えば通貨コードは"USD""EUR"、および"JPY"を含みます。

Use localizedStringForCurrencyCode: to obtain a version of the value suitable for display to the user. localizedStringForCurrencyCode:を使って、ユーザに表示するのに適した、この値の別形式を入手してください。

This property contains the same value returned by the objectForKey: method when passing the NSLocaleCurrencyCode key. このプロパティは、objectForKey:メソッドにNSLocaleCurrencyCodeキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する

Related Documentation 関連文書