SpellCheckerBase.IsMisspelledWord(String, CultureInfo) Method
Checks whether the specified word is, according to the dictionary, misspelled for the specified culture.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | A String, representing a word to check. |
| culture | CultureInfo | A CultureInfo object, representing a culture for which the check is performed. |
Returns
| Type | Description |
|---|---|
| Boolean | true if a word is misspelled; otherwise, false. |
See Also