Spell check the provided text, and return the spelling errors and suggestions.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public ArrayList SpellCheck( string text ) |
Visual Basic |
---|
Public Function SpellCheck ( _ text As String _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ SpellCheck( String^ text ) |
Parameters
- text
- Type: System..::..String
Text to spell check.