Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public void Check( string text, int startPosition )
public void Check( string text, int startPosition )
Public Sub Check ( text As String, startPosition As Integer )
Public Sub Check ( text As String, startPosition As Integer )
public: void Check( String^ text, int startPosition )
public: void Check( String^ text, int startPosition )
member Check : text : string * startPosition : int -> unit
member Check : text : string * startPosition : int -> unit

void

startPosition should be >=0 but if it is < 0 it is set = 0.

Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412