# GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DoubleConverter.Write

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DoubleConverter_Write_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DoubleConverter.Write*">Write Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DoubleConverter_Write_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DoubleConverter.Write*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_DataProcessing_JsonConverters_DoubleConverter_Write_System_Text_Json_Utf8JsonWriter_System_Double_System_Text_Json_JsonSerializerOptions_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessing.JsonConverters.DoubleConverter.Write(System.Text.Json.Utf8JsonWriter,System.Double,System.Text.Json.JsonSerializerOptions)">Write(Utf8JsonWriter, double, JsonSerializerOptions)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override void Write(Utf8JsonWriter writer, double value, JsonSerializerOptions options)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></td>
      <td><span class="parametername">writer</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">value</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></td>
      <td><span class="parametername">options</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.serialization.jsonconverter-1.write">JsonConverter&lt;double&gt;.Write(Utf8JsonWriter, double, JsonSerializerOptions)</a></div>
</div>
