Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.
| C# | Visual Basic | Visual C++ | F# |
public void Check( string text, int startPosition )
Public Sub Check ( text As String, startPosition As Integer )
public: void Check( String^ text, int startPosition )
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)