SpellCheckerBase.IsMisspelledWord(String, CultureInfo) Method
In This Article
Checks whether the specified word is, according to the dictionary, misspelled for the specified culture.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public virtual bool IsMisspelledWord(
string text,
CultureInfo culture
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String, representing a word to check. |
culture | Culture |
A Culture |
#Returns
Type | Description |
---|---|
Boolean | true if a word is misspelled; otherwise, false. |
See Also