Checks a string containing text and returns a list of spelling errors.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
IEnumerable<ICharRange> CheckText( string text ) |
Visual Basic |
---|
Function CheckText ( _ text As String _ ) As IEnumerable(Of ICharRange) |
Parameters
- text
- Type: System..::..String
Text to be spell-checked.