Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.
| C# | Visual Basic | Visual C++ | F# |
public void Check( string text )
Public Sub Check ( text As String )
public: virtual void Check( String^ text ) sealed
abstract Check : text : string -> unit override Check : text : string -> unit
- text (String)
- to spell check.
void
| Exception | Condition |
|---|---|
| ArgumentNullException | if text parameter is null. |
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204