# FarPoint.Web.Spread.Editor.IEditFormatter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Editor_IEditFormatter" data-uid="FarPoint.Web.Spread.Editor.IEditFormatter" class="text-break">IEditFormatter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports formatting cell contents on edit mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.Editor.html">FarPoint.Web.Spread.Editor</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Editor_IEditFormatter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IEditFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IEditFormatter</code></pre>
  </div>
  <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_Editor_IEditFormatter_Format_System_Object_" data-uid="FarPoint.Web.Spread.Editor.IEditFormatter.Format(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditFormatter.Format.html#FarPoint_Web_Spread_Editor_IEditFormatter_Format_System_Object_">Format(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Formats the object as a string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Editor_IEditFormatter_Parse_System_String_" data-uid="FarPoint.Web.Spread.Editor.IEditFormatter.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Editor.IEditFormatter.Parse.html#FarPoint_Web_Spread_Editor_IEditFormatter_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the specified string to an object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
