TemplateExpressionParser.Parse(String) 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.
Parses a string template and retrieves a collection of arg values.
public static System.Collections.Generic.List<string> Parse (string template);
static member Parse : string -> System.Collections.Generic.List<string>
Public Shared Function Parse (template As String) As List(Of String)
Parameters
- template
- String
The string template of the form {<func>(<arg1>, <arg2>, <argn>)}.
Returns
An object containing the values <func> and a collection of arg values.