MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters Namespace / DoubleConverter Class / Read Method

In This Topic
Read Method (DoubleConverter)
In This Topic
Syntax
'Declaration
 
Public Overrides Function Read( _
   ByRef reader As Utf8JsonReader, _
   ByVal typeToConvert As Type, _
   ByVal options As JsonSerializerOptions _
) As Double
 

Parameters

reader
typeToConvert
options
See Also