UltimateSpell Class Library

UltimateSpell.IgnoreWordsWithNumbers Property

Gets or sets a value that indicates whether to ignore words with numbers.

[Visual Basic]
Overridable Public Property IgnoreWordsWithNumbers As Boolean
[C#]
public virtual bool IgnoreWordsWithNumbers {get; set;}

Property Value

true if words with numbers are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore words with numbers.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace