ExpressionParserParse Method (String, String) |
Parse a field expression extracting its
FieldExpressionAttrs and reference string. Flag characters,
if any, must precede the expression itself and any leading and/or trailing square brackets will be removed.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FieldExpressionAttrs Parse(
string expr,
out string reference
)
Public Shared Function Parse (
expr As String,
<OutAttribute> ByRef reference As String
) As FieldExpressionAttrs
Parameters
- expr
- Type: SystemString
The expression to parse. - reference
- Type: SystemString
The expression reference with flags removed.
Return Value
Type:
FieldExpressionAttrsThe flags specified at the start of the reference.
See Also