# C1.Win.Themes.C1ThemeVersion.Parse

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeVersion_Parse_" data-uid="C1.Win.Themes.C1ThemeVersion.Parse*">Parse Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeVersion_Parse_" data-uid="C1.Win.Themes.C1ThemeVersion.Parse*"></a>
<h4 id="C1_Win_Themes_C1ThemeVersion_Parse_System_String_System_Boolean_C1_Win_Themes_C1ThemeVersion_" data-uid="C1.Win.Themes.C1ThemeVersion.Parse(System.String,System.Boolean,C1.Win.Themes.C1ThemeVersion)">Parse(string, bool, C1ThemeVersion)</h4>
<div class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.Win.Themes.C1ThemeVersion.html">C1ThemeVersion</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static C1ThemeVersion Parse(string s, bool throwException, C1ThemeVersion defaultValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function Parse(s As String, throwException As Boolean, defaultValue As C1ThemeVersion) As C1ThemeVersion</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="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 specified string cannot be converted.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.Themes.C1ThemeVersion.html">C1ThemeVersion</a></td>
      <td><span class="parametername">defaultValue</span></td>
      <td><p>The default version (used if the version could not be parsed, and <code class="paramref">throwException</code> is false).</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="C1.Win.Themes.C1ThemeVersion.html">C1ThemeVersion</a></td>
      <td><p>The newly created instance of <a class="xref" href="C1.Win.Themes.C1ThemeVersion.html">C1ThemeVersion</a> type, or null.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
