ITextParser Interface
Description
Utilities for handling parameters in a string.
Public Methods
Public Method ClearParamClear the parameter - Set its value to null.
Public Method EvaluateTextConverts the parameters to their values.
Public Method InitializeInitialization is generally performed by the infrastructure. Use this method after confirming the need with Support.
Public Properties
Public Property CountGets the number of parameters.
Public Property ParamExistChecks if a parameter with the specified name exists.
Public Property ParamNameGets the parameter name.
Public Property ParamTypeGets the user-defined Parameter Type.
Public Property ParamValueThe parameter value.
Public Property TextThe text to be parsed.
Public Property TypeGets the Parameter Type - predefined, null, or regular.
See Also