SpellCheckerBase.Check(String, Position, Position) Method
In This Article
Checks the spelling of words in a text string.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String containing the text to be checked. |
start | DevExpress. |
A Position class object, representing the starting point within the text string where the check begins. |
finish | DevExpress. |
A Position class object, representing the ending point within the text string where the check finishes. |
#Returns
Type | Description |
---|---|
String | A String of text processed by a spell-checker engine. |
#Remarks
This method is intended for internal use.
See Also