Extensions.TrimExpression(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.
trim expression. ${abc} => abc, ${a == {}} => a == {}.
public static string TrimExpression (this string expression);
static member TrimExpression : string -> string
<Extension()>
Public Function TrimExpression (expression As String) As String
Parameters
- expression
- String
Input expression string.
Returns
Pure expression string.