# C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*">explicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_String" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.String">explicit operator string(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator string(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) 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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Boolean" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Boolean">explicit operator bool(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator bool(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) 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="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int32" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Int32">explicit operator int(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator int(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Integer</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.int32">int</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt32" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.UInt32">explicit operator uint(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator uint(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As UInteger</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.uint32">uint</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int64" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Int64">explicit operator long(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator long(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Long</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.int64">long</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt64" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.UInt64">explicit operator ulong(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator ulong(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As ULong</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.uint64">ulong</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Single" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Single">explicit operator float(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator float(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Single</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.single">float</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Double" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Double">explicit operator double(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator double(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Double</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.double">double</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Decimal" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Decimal">explicit operator decimal(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator decimal(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Decimal</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.decimal">decimal</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTime" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.DateTime">explicit operator DateTime(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator DateTime(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Date</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.datetime">DateTime</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTimeOffset" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.DateTimeOffset">explicit operator DateTimeOffset(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator DateTimeOffset(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As DateTimeOffset</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.datetimeoffset">DateTimeOffset</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_TimeSpan" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.TimeSpan">explicit operator TimeSpan(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator TimeSpan(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As TimeSpan</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.timespan">TimeSpan</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Guid" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Guid">explicit operator Guid(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator Guid(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Guid</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.guid">Guid</a></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Boolean_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Boolean}">explicit operator bool?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator bool?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) 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="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int32_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Int32}">explicit operator int?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator int?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Integer?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.int32">int</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt32_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.UInt32}">explicit operator uint?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator uint?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As UInteger?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.uint32">uint</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int64_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Int64}">explicit operator long?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator long?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Long?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.int64">long</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt64_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.UInt64}">explicit operator ulong?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator ulong?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As ULong?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.uint64">ulong</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Single_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Single}">explicit operator float?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator float?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Single?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.single">float</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Double_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Double}">explicit operator double?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator double?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Double?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.double">double</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Decimal_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Decimal}">explicit operator decimal?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator decimal?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Decimal?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.decimal">decimal</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTime_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.DateTime}">explicit operator DateTime?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator DateTime?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Date?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.datetime">DateTime</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTimeOffset_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.DateTimeOffset}">explicit operator DateTimeOffset?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator DateTimeOffset?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As DateTimeOffset?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.datetimeoffset">DateTimeOffset</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_TimeSpan_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.TimeSpan}">explicit operator TimeSpan?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator TimeSpan?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As TimeSpan?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.timespan">TimeSpan</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit*"></a>
<h4 id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Guid_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Guid}">explicit operator Guid?(XHint)</h4>
<div class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static explicit operator Guid?(XHint hint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Narrowing Operator CType(hint As XHint) As Guid?</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.LiveLinq.LiveViews.Xml.XHint.html">XHint</a></td>
      <td><span class="parametername">hint</span></td>
      <td><p>The <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to convert.</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.guid">Guid</a>?</td>
      <td><p>The nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a> to which this operator converts.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
