Click or drag to resize

EmbeddedParserExtractFunctions Method

Parse the specified expression and return the set of embedded functions referenced in the expression.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static StringSet ExtractFunctions(
	string expression
)

Parameters

expression
Type: SystemString
The expression to parse.

Return Value

Type: StringSet
The set of functions referenced in the expression (including the !fn prefix, but excluding parentheses and parameters).
See Also