# FarPoint.Win.SuperEdit.GeneralFormatter.ProcessDateSymbolDigits

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEdit_GeneralFormatter_ProcessDateSymbolDigits_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.ProcessDateSymbolDigits*">ProcessDateSymbolDigits Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEdit_GeneralFormatter_ProcessDateSymbolDigits_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.ProcessDateSymbolDigits*"></a>
<h4 id="FarPoint_Win_SuperEdit_GeneralFormatter_ProcessDateSymbolDigits_FarPoint_Win_SuperEdit_GeneralFormatter_FpseDecodeParameters_System_String_System_Int32_System_Int32__" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.ProcessDateSymbolDigits(FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters,System.String,System.Int32,System.Int32@)">ProcessDateSymbolDigits(FpseDecodeParameters, string, int, out int)</h4>
<div class="markdown level1 summary"><p>Processes the digit(s) symbol for a date/time string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual bool ProcessDateSymbolDigits(GeneralFormatter.FpseDecodeParameters pParams, string szData, int iSymbolLen, out int iRetSymUse)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function ProcessDateSymbolDigits(pParams As GeneralFormatter.FpseDecodeParameters, szData As String, iSymbolLen As Integer, ByRef iRetSymUse As Integer) 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="FarPoint.Win.SuperEdit.GeneralFormatter.html">GeneralFormatter</a>.<a class="xref" href="FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters.html">FpseDecodeParameters</a></td>
      <td><span class="parametername">pParams</span></td>
      <td><p>Parameters</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">szData</span></td>
      <td><p>Size of data</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">iSymbolLen</span></td>
      <td><p>Length</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">iRetSymUse</span></td>
      <td><p>Return symbol use</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>false if no process date symboy digits; true otherwise</p>
</td>
    </tr>
  </tbody>
</table>
</div>
