# C1.CalcEngine.ExpressionEngine.ConvertFunctions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_ExpressionEngine_ConvertFunctions" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions" class="text-break">ConvertFunctions Class
</h1>
  <div class="markdown level0 summary"><p>Represents conversion functions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ConvertFunctions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.ExpressionEngine.html">C1.CalcEngine.ExpressionEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ConvertFunctions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ConvertFunctions</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CBool_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CBool(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CBool.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CBool_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CBool(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CByte_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CByte(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CByte.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CByte_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CByte(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CChar_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CChar(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CChar.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CChar_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CChar(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDate_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDate(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDate.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDate_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CDate(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDbl_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDbl(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDbl.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDbl_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CDbl(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDec_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDec(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CDec.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CDec_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CDec(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CInt_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CInt(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CInt.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CInt_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CInt(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CLng_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CLng(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CLng.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CLng_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CLng(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CObj_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CObj(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CObj.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CObj_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CObj(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CSByte_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CSByte(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CSByte.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CSByte_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CSByte(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.sbyte">sbyte</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CShort_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CShort(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CShort.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CShort_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CShort(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int16">short</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CSng_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CSng(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CSng.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CSng_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CSng(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CStr_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CStr(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CStr.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CStr_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CStr(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CType_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CType(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CType.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CType_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CType(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object of the specified type and whose value is equivalent to the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CULong_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CULong(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CULong.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CULong_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CULong(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CUShort_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CUShort(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CUShort.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CUShort_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CUShort(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint16">ushort</a> equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ExpressionEngine_ConvertFunctions_CUint_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__" data-uid="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CUint(System.Collections.Generic.List{C1.CalcEngine.ExpressionEngine.IExpression})">
          <a class="xref" href="C1.CalcEngine.ExpressionEngine.ConvertFunctions.CUint.html#C1_CalcEngine_ExpressionEngine_ConvertFunctions_CUint_System_Collections_Generic_List_C1_CalcEngine_ExpressionEngine_IExpression__">CUint(List&lt;IExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified string representation of a logical value to its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a> equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
