Click or drag to resize
Grid Solutions Framework

IParameterTParse 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, (T , bool )> Parse { get; }
View Source

Property Value

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