Keyoti RapidSpell Web .NET Help Docs
Check Method (text)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerCheck(String)
Keyoti RapidSpell Web .NET
Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void Check(
	string text
)
public void Check(
	string text
)
Public Sub Check ( 
	text As String
)
Public Sub Check ( 
	text As String
)
public:
virtual void Check(
	String^ text
) sealed
public:
virtual void Check(
	String^ text
) sealed
abstract Check : 
        text : string -> unit 
override Check : 
        text : string -> unit 
abstract Check : 
        text : string -> unit 
override Check : 
        text : string -> unit 
Parameters
text (String)
to spell check.
Return Value

void
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331