# C1.JsonNet.JsonConverter.ConvertFrom

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_JsonNet_JsonConverter_ConvertFrom_" data-uid="C1.JsonNet.JsonConverter.ConvertFrom*">ConvertFrom Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_JsonNet_JsonConverter_ConvertFrom_" data-uid="C1.JsonNet.JsonConverter.ConvertFrom*"></a>
<h4 id="C1_JsonNet_JsonConverter_ConvertFrom_System_Object_System_Object_" data-uid="C1.JsonNet.JsonConverter.ConvertFrom(System.Object,System.Object)">ConvertFrom(object, object)</h4>
<div class="markdown level1 summary"><p>Deserialize an object from the specified value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual object ConvertFrom(object value, object existedValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function ConvertFrom(value As Object, existedValue As Object) As Object</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.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The specified value, which could be null or its type could be <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.arraylist">ArrayList</a>,  <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.hashtable">Hashtable</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">existedValue</span></td>
      <td><p>The existed value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>An object deserialized from the specified value.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
