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

- text (String)
- the text to be checked
- startPosition (Int32)
- the position in the text to begin checking from

void

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

Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331