ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface / CheckText Method
Text to be spell-checked.

In This Topic
    CheckText Method
    In This Topic
    Checks a string containing text and returns a list of spelling errors.
    Syntax
    'Declaration
     
    Function CheckText( _
       ByVal text As System.String _
    ) As System.Collections.Generic.IEnumerable(Of ICharRange)
    System.Collections.Generic.IEnumerable<ICharRange> CheckText( 
       System.string text
    )

    Parameters

    text
    Text to be spell-checked.

    Return Value

    List of ICharRange objects that describe the spelling mistakes.
    See Also