# FarPoint.Win.Spread.Model.GeneralFormatter.SetFormatString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Model_GeneralFormatter_SetFormatString_" data-uid="FarPoint.Win.Spread.Model.GeneralFormatter.SetFormatString*">SetFormatString Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Model_GeneralFormatter_SetFormatString_" data-uid="FarPoint.Win.Spread.Model.GeneralFormatter.SetFormatString*"></a>
<h4 id="FarPoint_Win_Spread_Model_GeneralFormatter_SetFormatString_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.Model.GeneralFormatter.SetFormatString(System.String,System.Boolean)">SetFormatString(string, bool)</h4>
<div class="markdown level1 summary"><p>Sets the format string used to format values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetFormatString(string value, bool isDateFormat)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetFormatString(value As String, isDateFormat 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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Format string</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isDateFormat</span></td>
      <td><p>Whether to consider a number as a date and time</p>
</td>
    </tr>
  </tbody>
</table>
</div>
