Skip to main content

SpellCheckerBase.IsMisspelledWord(String, CultureInfo) Method

Checks whether or not the specified word is, according to the dictionary, misspelled for the specified culture.

Namespace: DevExpress.XtraSpellChecker

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

#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