|
EvaluateTParseParameters Method
|
Executes custom parameter parsing for the Grafana function.
Namespace: GrafanaAdapters.Functions.BuiltInAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax Remarks
This method is used to support custom parameter parsing for functions that may have special parameter
parsing requirements. By default, this method will return a tuple of (null, null) meaning that
standard parameter parsing will be used.
See Also