Skip to main content
A newer version of this page is available. .

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.v21.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 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