Click or drag to resize
Grid Solutions Framework

IParameterParse Property

Gets a custom parsing function that converts string into target type.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
Func<string, (Object , bool )> Parse { get; }
View Source

Property Value

FuncString, ValueTupleObject, Boolean
Remarks
When defined, this function is used to override default parsing behavior.
See Also