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

currencySymbol

The currency symbol for the locale. このロケールに対する通貨表象。

Declaration 宣言

var currencySymbol: String { get }

Discussion 議論

Example currency symbols include "$", "€", and "¥". 例えば通貨表象は"$""€"、および"¥"を含みます。

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

See Also 参照

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