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

lenient

Determines whether the receiver will use heuristics to guess at the number which is intended by a string. レシーバがある文字列によって意図される数字を発見的手法を使って推測するかどうかを決定します。

Declaration 宣言

@property(getter=isLenient) BOOL lenient;

Discussion 議論

If the formatter is set to be lenient, as with any guessing it may get the result number wrong (that is, a number other than that which was intended). フォーマッタが寛大であるように設定されるならば、あらゆる推測と同様にそれは誤った結果数値(すなわち、期待されたものと違った数)を取得するかもしれません。