Skip to main content

SpellCheckerBase.Check(String, Position, Position) Method

Checks the spelling of words in a text string.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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