ISpellCheckerDictionary.FindWord(String) Method
Searches for the word in the dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
word | String | A string that is the word to be searched for. |
Returns
Type | Description |
---|---|
Boolean | true if the word is found within the dictionary; otherwise false |
Remarks
This method checks for the presence of the certain word within the selected dictionary. It can be helpful for dictionary quality assurance, or to make certain that the dictionary is loaded properly.
See Also