ComponentOne Expression Editor for WPF
Tokenize Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > IHighlighter Interface : Tokenize Method
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

Reference

IHighlighter Interface
IHighlighter Members