# FarPoint.Web.Spread.Renderer.IEnhancedFormatter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Renderer_IEnhancedFormatter" data-uid="FarPoint.Web.Spread.Renderer.IEnhancedFormatter" class="text-break">IEnhancedFormatter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports formatting cell contents.</p>
</div>
  <div class="markdown level0 conceptual"></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_IEnhancedFormatter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEnhancedFormatter : IFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEnhancedFormatter
    Inherits IFormatter</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="FarPoint_Web_Spread_Renderer_IEnhancedFormatter_UsableParseFormat" data-uid="FarPoint.Web.Spread.Renderer.IEnhancedFormatter.UsableParseFormat">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.IEnhancedFormatter.UsableParseFormat.html#FarPoint_Web_Spread_Renderer_IEnhancedFormatter_UsableParseFormat">UsableParseFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicates that the custom parse format can be used to format data.</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_IEnhancedFormatter_Format_System_Object_System_String_System_IFormatProvider_" data-uid="FarPoint.Web.Spread.Renderer.IEnhancedFormatter.Format(System.Object,System.String,System.IFormatProvider)">
          <a class="xref" href="FarPoint.Web.Spread.Renderer.IEnhancedFormatter.Format.html#FarPoint_Web_Spread_Renderer_IEnhancedFormatter_Format_System_Object_System_String_System_IFormatProvider_">Format(object, string, IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Formats the object as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
