SpellCheckerBase.IsMisspelledWord(String, CultureInfo, Position, Position) Method
Checks whether the specified word is misspelled according to the dictionary for the specified culture, starting from and ending at the specified positions.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public virtual bool IsMisspelledWord(
string text,
CultureInfo culture,
Position start,
Position finish
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String, representing a word to check. |
culture | Culture |
A Culture |
start | DevExpress. |
A DevExpress. |
finish | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
Boolean | true if a word is misspelled; otherwise, false. |
#Remarks
This method is intended for internal use only. To check a specific word, use the IsMisspelledWord method without start and finish parameters.