Back to Devexpress

SpellCheckerBase.Check(String, Position, Position) Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-check-x28-system-dot-string-devexpress-dot-xtraspellchecker-dot-parser-dot-position-devexpress-dot-xtraspellchecker-dot-parser-dot-position-x29.md

latest2.1 KB
Original Source

SpellCheckerBase.Check(String, Position, Position) Method

Checks the spelling of words in a text string.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual string Check(
    string text,
    Position start,
    Position finish
)
vb
Public Overridable Function Check(
    text As String,
    start As Position,
    finish As Position
) As String

Parameters

NameTypeDescription
textString

A String containing the text to be checked.

| | start | DevExpress.XtraSpellChecker.Parser.Position |

A Position class object, representing the starting point within the text string where the check begins.

| | finish | DevExpress.XtraSpellChecker.Parser.Position |

A Position class object, representing the ending point within the text string where the check finishes.

|

Returns

TypeDescription
String

A String of text processed by a spell-checker engine.

|

Remarks

This method is intended for internal use.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace