ExpressionParserPerformExpressionModification Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string PerformExpressionModification(
FieldExpressionAttrs flags,
string text
)
Public Shared Function PerformExpressionModification (
flags As FieldExpressionAttrs,
text As String
) As String
Parameters
- flags
- Type: NetQuarry.DataFieldExpressionAttrs
The expression attributes. - text
- Type: SystemString
The text to modify.
Return Value
Type:
StringThe modified text.
See Also