# FarPoint.Win.SuperEdit.GeneralFormatter.TranslateDateSymbol

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_SuperEdit_GeneralFormatter_TranslateDateSymbol_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.TranslateDateSymbol*">TranslateDateSymbol Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_SuperEdit_GeneralFormatter_TranslateDateSymbol_" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.TranslateDateSymbol*"></a>
<h4 id="FarPoint_Win_SuperEdit_GeneralFormatter_TranslateDateSymbol_FarPoint_Win_SuperEdit_GeneralFormatter_FpseDecodeParameters_System_String_System_Int32__" data-uid="FarPoint.Win.SuperEdit.GeneralFormatter.TranslateDateSymbol(FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters,System.String,System.Int32@)">TranslateDateSymbol(FpseDecodeParameters, string, ref int)</h4>
<div class="markdown level1 summary"><p>Returns a list of possible &quot;date symbols&quot; for the first &quot;token&quot;
in the passed 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 int TranslateDateSymbol(GeneralFormatter.FpseDecodeParameters pvParams, string szData, ref int iCurrIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function TranslateDateSymbol(pvParams As GeneralFormatter.FpseDecodeParameters, szData As String, ByRef iCurrIndex As Integer) 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="FarPoint.Win.SuperEdit.GeneralFormatter.html">GeneralFormatter</a>.<a class="xref" href="FarPoint.Win.SuperEdit.GeneralFormatter.FpseDecodeParameters.html">FpseDecodeParameters</a></td>
      <td><span class="parametername">pvParams</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">iCurrIndex</span></td>
      <td><p>Current index</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>first symbol put in returned symbol list</p>
</td>
    </tr>
  </tbody>
</table>
</div>
