Function 関数

NSDecimalString(_:_:)

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

Declaration 宣言

func NSDecimalString(_ dcm: UnsafePointer<Decimal>, 
                   _ locale: Any?) -> String

Parameters パラメータ

dcm

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

locale

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