# GrapeCity.CalcEngine.IReadonlyPrimitiveValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue" class="text-break">IReadonlyPrimitiveValue Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interfaces for a calculated primitive value of calculation engine.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReadonlyPrimitiveValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IReadonlyPrimitiveValue</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_ValueType" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.ValueType">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.ValueType.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_ValueType">ValueType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value type of this <a class="xref" href="GrapeCity.CalcEngine.IPrimitiveValue.html">IPrimitiveValue</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetDate_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetDate(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetDate.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetDate_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetDate(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetError_GrapeCity_CalcEngine_IEvaluationContext_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetError(GrapeCity.CalcEngine.IEvaluationContext)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetError.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetError_GrapeCity_CalcEngine_IEvaluationContext_">GetError(IEvaluationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetLogical_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetLogical(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetLogical.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetLogical_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetLogical(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetNumber_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetNumber(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetNumber.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetNumber_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetNumber(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetObject_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetObject(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetObject.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetObject_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetObject(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetText_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetText(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetText.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetText_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetText(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetTime_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_" data-uid="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetTime(GrapeCity.CalcEngine.IEvaluationContext,System.Boolean)">
          <a class="xref" href="GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetTime.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetTime_GrapeCity_CalcEngine_IEvaluationContext_System_Boolean_">GetTime(IEvaluationContext, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
