Back to Devexpress

SpellCheckerBase.IsMisspelledWord(String, CultureInfo) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-ismisspelledword-x28-system-dot-string-system-dot-globalization-dot-cultureinfo-x29.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual bool IsMisspelledWord(
    string text,
    CultureInfo culture
)
vb
Public Overridable Function IsMisspelledWord(
    text As String,
    culture As CultureInfo
) As Boolean

Parameters

NameTypeDescription
textString

A String, representing a word to check.

| | culture | CultureInfo |

A CultureInfo object, representing a culture for which the check is performed.

|

Returns

TypeDescription
Boolean

true if a word is misspelled; otherwise, false.

|

See Also

Check

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace