Checks a string containing text and returns a list of spelling errors.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public CharRangeList CheckText( string text, int start ) |
| Visual Basic |
|---|
Public Function CheckText ( _ text As String, _ start As Integer _ ) As CharRangeList |
Parameters
- text
- Type: System..::..String
Text to be spell-checked.
- start
- Type: System..::..Int32
Index of the character where to start checking.