EmbeddedParserRegisterFunction Method |
Adds a simple subsitution function to the collection of functions.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic void RegisterFunction(
string functionName,
string functionValue,
string description
)
Public Sub RegisterFunction (
functionName As String,
functionValue As String,
description As String
)
Parameters
- functionName
- Type: SystemString
The name of the function - functionValue
- Type: SystemString
The replacement value for the function. - description
- Type: SystemString
The description of the function.
See Also