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

isLenient

A Boolean value that indicates whether the receiver uses heuristics when parsing a string. 文字列を構文解析するときレシーバが発見的手法を使うかどうかを指し示すブール値。

Declaration 宣言

var isLenient: Bool { get set }

Discussion 議論

true if the receiver has been set to use heuristics when parsing a string to guess at the date which is intended, otherwise false. true、もし意図される日付であると推測するために文字列を構文解析する時に発見的手法を使うようにレシーバが設定されるならば、そうでなければfalse

If a formatter is set to be lenient, when parsing a string it uses heuristics to guess at the date which is intended. As with any guessing, it may get the result date wrong (that is, a date other than that which was intended). フォーマッタが寛大であるように設定されるならば、文字列を構文解析する場合それは発見的手法を使って意図される日付を推測します。あらゆる推論と同様に、それは間違った結果日付を得るかもしれません(すなわち、意図されたもの以外の日付)。

See Also 参照

Managing Natural Language Support 自然言語サポートを管理する