Skip to main content

DictionaryBase.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 abstract bool FindWord(
    string word
)

Parameters

Name Type Description
word String

A string representing a 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.

Implements

See Also