Skip to main content
A newer version of this page is available. .

SpellCheckerBase.Check(String, Position, Position) Method

Checks the spelling of words in a text string.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public virtual string Check(
    string text,
    Position start,
    Position finish
)

Parameters

Name Type Description
text String

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

Type Description
String

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

Remarks

This method is intended for internal use.

See Also