ExpressionParserExtractFlags Method |
Converts a string of field expression flags to their corresponding
FieldExpressionAttrs.
Field expression flags occur in field expressions immediately following the
opening square bracket.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FieldExpressionAttrs ExtractFlags(
string flags
)
Public Shared Function ExtractFlags (
flags As String
) As FieldExpressionAttrs
Parameters
- flags
- Type: SystemString
The flags string to convert.
Return Value
Type:
FieldExpressionAttrsThe corresponding field expression attributes.
See Also