Checks a string containing text and returns a list of spelling errors.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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.

Return Value

List of ICharRange objects that describe the spelling mistakes.

See Also