Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.
| C# | Visual Basic | Visual C++ | F# |
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 )
abstract Check : text : string * startPosition : int -> unit override 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.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204