Click or drag to resize

ExpressionParserPerformExpressionModification Method

Modify a resolved expression per the specified FieldExpressionAttrs.

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
)

Parameters

flags
Type: NetQuarry.DataFieldExpressionAttrs
The expression attributes.
text
Type: SystemString
The text to modify.

Return Value

Type: String
The modified text.
See Also