[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DoubleConverter.Read

Read Method

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override double Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
double
Overrides