# FarPoint.Web.Spread.Renderer.CurrencyFormatter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Renderer_CurrencyFormatter" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter" class="text-break">CurrencyFormatter Class
</h1>
  <div class="markdown level0 summary"><p>Formats currency values.</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">CurrencyFormatter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Renderer.IEnhancedFormatter.html">IEnhancedFormatter</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Renderer.html">FarPoint.Web.Spread.Renderer</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Renderer_CurrencyFormatter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CurrencyFormatter : IEnhancedFormatter, IFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CurrencyFormatter
    Implements IEnhancedFormatter, IFormatter</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Spread_Renderer_CurrencyFormatter__ctor" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.CurrencyFormatter.-ctor.html#FarPoint_Web_Spread_Renderer_CurrencyFormatter__ctor">CurrencyFormatter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new currency cell renderer control to display formatted currency values in a cell.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Web_Spread_Renderer_CurrencyFormatter_FixedPoint" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter.FixedPoint">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.CurrencyFormatter.FixedPoint.html#FarPoint_Web_Spread_Renderer_CurrencyFormatter_FixedPoint">FixedPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to display placeholder zeros in the decimal portion
of the number for a fixed-point numeric display.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Renderer_CurrencyFormatter_NumberFormat" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter.NumberFormat">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.CurrencyFormatter.NumberFormat.html#FarPoint_Web_Spread_Renderer_CurrencyFormatter_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number formatting information to format the currency value.</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="FarPoint_Web_Spread_Renderer_CurrencyFormatter_Format_System_Object_" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter.Format(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.CurrencyFormatter.Format.html#FarPoint_Web_Spread_Renderer_CurrencyFormatter_Format_System_Object_">Format(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the format used for the specified currency value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Renderer_CurrencyFormatter_Parse_System_String_" data-uid="FarPoint.Web.Spread.Renderer.CurrencyFormatter.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.CurrencyFormatter.Parse.html#FarPoint_Web_Spread_Renderer_CurrencyFormatter_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the specified string to return a currency value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
