# C1.C1Preview.UnitPoint.Parse

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_UnitPoint_Parse_" data-uid="C1.C1Preview.UnitPoint.Parse*">Parse Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_UnitPoint_Parse_" data-uid="C1.C1Preview.UnitPoint.Parse*"></a>
<h4 id="C1_C1Preview_UnitPoint_Parse_System_String_C1_C1Preview_UnitPoint__System_Boolean_" data-uid="C1.C1Preview.UnitPoint.Parse(System.String,C1.C1Preview.UnitPoint@,System.Boolean)">Parse(string, out UnitPoint, bool)</h4>
<div class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> structure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool Parse(string s, out UnitPoint result, bool throwException)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Parse(s As String, ByRef result As UnitPoint, throwException As Boolean) As Boolean</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">s</span></td>
      <td><p>The string to convert.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a></td>
      <td><span class="parametername">result</span></td>
      <td><p>OUT: The <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> structure representing <code class="paramref">s</code>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">throwException</span></td>
      <td><p>Indicates whether an exception should be thrown if the conversion cannot be performed
(if an error occurs, and this value is <b>false</b>, <code class="paramref">result</code> is set to <a class="xref" href="C1.C1Preview.UnitPoint.Empty.html#C1_C1Preview_UnitPoint_Empty">Empty</a>).</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.boolean">bool</a></td>
      <td><p><b>true</b> if no error occurred, <b>false</b> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
