ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / IHighlighter Interface / Tokenize Method

In This Topic
    Tokenize Method
    In This Topic
    Syntax
    'Declaration
     
    Function Tokenize( _
       ByVal scriptText As System.String _
    ) As System.Collections.Generic.IEnumerable(Of Token)
    System.Collections.Generic.IEnumerable<Token> Tokenize( 
       System.string scriptText
    )

    Parameters

    scriptText
    See Also