# C1.WPF.Extended.WebColor.ToColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Extended_WebColor_ToColor_" data-uid="C1.WPF.Extended.WebColor.ToColor*">ToColor Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Extended_WebColor_ToColor_" data-uid="C1.WPF.Extended.WebColor.ToColor*"></a>
<h4 id="C1_WPF_Extended_WebColor_ToColor_System_String_" data-uid="C1.WPF.Extended.WebColor.ToColor(System.String)">ToColor(string)</h4>
<div class="markdown level1 summary"><p>Convert a hex string to a .NET Color 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 Color ToColor(string hexColor)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ToColor(hexColor As String) As Color</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">hexColor</span></td>
      <td><p>A hex string: &quot;FFFFFF&quot;, &quot;#000000&quot;</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.windows.media.color">Color</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Extended_WebColor_ToColor_" data-uid="C1.WPF.Extended.WebColor.ToColor*"></a>
<h4 id="C1_WPF_Extended_WebColor_ToColor_System_String_System_Byte_" data-uid="C1.WPF.Extended.WebColor.ToColor(System.String,System.Byte)">ToColor(string, byte)</h4>
<div class="markdown level1 summary"><p>Convert a hex string to a .NET Color 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 Color ToColor(string hexColor, byte alpha)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function ToColor(hexColor As String, alpha As Byte) As Color</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">hexColor</span></td>
      <td><p>A hex string: &quot;FFFFFF&quot;, &quot;#000000&quot;</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a></td>
      <td><span class="parametername">alpha</span></td>
      <td><p>Represents the alpha channel of the color.</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.windows.media.color">Color</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
