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
)
Function Description (
functionName As String,
summary As Boolean
) As String
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:
StringThe description for the specified function.
See Also