Function 関数

NSDecimalString

Returns a string representation of the decimal value appropriate for the specified locale. 指定されたロケールに適切な10進法値の文字列表現を返します。

Declaration 宣言

NSString * NSDecimalString(const NSDecimal *dcm, id locale);

Parameters パラメータ

dcm

The decimal value to represent. 表すことになる10進法値。

locale

Either an instance of NSLocale or a dictionary with a string value corresponding to the NSLocaleDecimalSeparator key. NSLocaleのインスタンスまたはNSLocaleDecimalSeparatorキーに対応している文字列値を持つ辞書のいずれか。