Engine.Tokenize(String, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tokenize an expression to a sequence of Tokens.
public System.Collections.Generic.IReadOnlyList<Microsoft.PowerFx.Syntax.Token> Tokenize(string expressionText, System.Globalization.CultureInfo culture = default);
member this.Tokenize : string * System.Globalization.CultureInfo -> System.Collections.Generic.IReadOnlyList<Microsoft.PowerFx.Syntax.Token>
Public Function Tokenize (expressionText As String, Optional culture As CultureInfo = Nothing) As IReadOnlyList(Of Token)
Parameters
- expressionText
- String
- culture
- CultureInfo