Click or drag to resize
Grid Solutions Framework

ParameterDefinitionTParse 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
public Func<string, (T , bool )> Parse { get; init; }
View Source

Property Value

FuncString, ValueTupleT, Boolean

Implements

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