Skip to main content

HunspellDictionary.FindWord(String) Method

Searches for the word in the dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public override bool FindWord(
    string word
)

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