Click or drag to resize

IFunctionParserDescription Method

Gets the natural language description of the function.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string Description(
	string functionName,
	bool summary
)

Parameters

functionName
Type: SystemString
The name of the function for which to return a description.
summary
Type: SystemBoolean
Provide a summary description vs. a full description.

Return Value

Type: String
The description for the specified function.
See Also