Keyoti RapidSpell Web .NET Help Docs
Check Method (text, startPosition)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerCheck(String, Int32)
Keyoti RapidSpell Web .NET
Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Check(
	string text,
	int startPosition
)
Public Overridable Sub Check ( _
	text As String, _
	startPosition As Integer _
)
public:
virtual void Check(
	String^ text, 
	int startPosition
)
Parameters
text (String)
the text to be checked
startPosition (Int32)
the position in the text to begin checking from
Return Value
void
Remarks
startPosition should be >=0 but if it is < 0 it is set = 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625