Instance Method インスタンスメソッド

description(withLocale:)

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

Declaration 宣言

func description(withLocale locale: Any?) -> String

Parameters パラメータ

locale

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

Discussion 議論

This is a convenience method for calling the NSDecimalString(_:_:) function. これは、NSDecimalString(_:_:)関数を呼び出すことに対する便宜メソッドです。

See Also 参照

Accessing the Value 値にアクセスする