# C1.Win.Themes.C1ThemeLocator.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeLocator_op_Implicit_" data-uid="C1.Win.Themes.C1ThemeLocator.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeLocator_op_Implicit_" data-uid="C1.Win.Themes.C1ThemeLocator.op_Implicit*"></a>
<h4 id="C1_Win_Themes_C1ThemeLocator_op_Implicit_C1_Win_Themes_C1ThemeLocator__System_String" data-uid="C1.Win.Themes.C1ThemeLocator.op_Implicit(C1.Win.Themes.C1ThemeLocator)~System.String">implicit operator string(C1ThemeLocator)</h4>
<div class="markdown level1 summary"><p>Operator for converting a theme location object to a string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator string(C1ThemeLocator tl)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(tl As C1ThemeLocator) As String</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="C1.Win.Themes.C1ThemeLocator.html">C1ThemeLocator</a></td>
      <td><span class="parametername">tl</span></td>
      <td><p>A theme location data.</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.string">string</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Themes_C1ThemeLocator_op_Implicit_" data-uid="C1.Win.Themes.C1ThemeLocator.op_Implicit*"></a>
<h4 id="C1_Win_Themes_C1ThemeLocator_op_Implicit_System_String__C1_Win_Themes_C1ThemeLocator" data-uid="C1.Win.Themes.C1ThemeLocator.op_Implicit(System.String)~C1.Win.Themes.C1ThemeLocator">implicit operator C1ThemeLocator(string)</h4>
<div class="markdown level1 summary"><p>The operator creates a new theme location 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 implicit operator C1ThemeLocator(string s)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Widening Operator CType(s As String) As C1ThemeLocator</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>A theme location data.</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.C1ThemeLocator.html">C1ThemeLocator</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
