UltimateSpell Class Library

Speller.SpellCheck Method 

Spell check the provided text, and return the spelling errors and suggestions.

[Visual Basic]
Public Function SpellCheck( _
   ByVal text As String _
) As ArrayList
[C#]
public ArrayList SpellCheck(
   string text
);

Parameters

text
Text to spell check.

Return Value

ArrayList that contains spelling errors and suggestions.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace