ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.6.2 Assembly / C1.WPF.ExpressionEditor Namespace / IHighlighter Interface / Tokenize Method

In This Topic
    Tokenize Method
    In This Topic
    Syntax
    'Declaration
     
    Function Tokenize( _
       ByVal scriptText As String _
    ) As IEnumerable(Of Token)

    Parameters

    scriptText
    See Also