# FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEdit_GeneralFormatter_FromUnformattedString_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString*">FromUnformattedString Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEdit_GeneralFormatter_FromUnformattedString_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString*"></a>
<h4 id="FarPoint_Win_SuperEdit_GeneralFormatter_FromUnformattedString_System_String_System_IFormatProvider__System_String__" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString(System.String,System.IFormatProvider@,System.String@)">FromUnformattedString(string, ref IFormatProvider, ref string)</h4>
<div class="markdown level1 summary"><p>Parses and returns the &quot;value&quot; from an unformatted string along with additional information about the parsed string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object FromUnformattedString(string value, ref IFormatProvider formatInfo, ref string formatString)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function FromUnformattedString(value As String, ByRef formatInfo As IFormatProvider, ByRef formatString As String) 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.string">string</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The string value</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>The format information</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>The format string</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>A object from an unformatted string..</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_SuperEdit_GeneralFormatter_FromUnformattedString_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString*"></a>
<h4 id="FarPoint_Win_SuperEdit_GeneralFormatter_FromUnformattedString_System_String_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.FromUnformattedString(System.String)">FromUnformattedString(string)</h4>
<div class="markdown level1 summary"><p>Parses and returns the &quot;value&quot; from an unformatted string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual object FromUnformattedString(string value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function FromUnformattedString(value As String) 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.string">string</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The string 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>A object from an unformatted string..</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.FromUnformattedString.html#FarPoint_Win_SuperEdit_ISEditFormatter_FromUnformattedString_System_String_">ISEditFormatter.FromUnformattedString(string)</a></div>
</div>
