# FarPoint.Win.SuperEdit.ISEditFormatter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_SuperEdit_ISEditFormatter" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter" class="text-break">ISEditFormatter Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that defines the methods and properties required by objects
used for converting from value to string and vice versa.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.SuperEdit.html">FarPoint.Win.SuperEdit</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_SuperEdit_ISEditFormatter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISEditFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISEditFormatter</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_Win_SuperEdit_ISEditFormatter_ManageInput" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.ManageInput">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.ManageInput.html#FarPoint_Win_SuperEdit_ISEditFormatter_ManageInput">ManageInput</a>
        </td>
        <td class="markdown level1 summary"><p>If implemented, it supports methods which allow an editor
to use for validating and formatting user input.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ISEditFormatter_RegionSettings" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.RegionSettings">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.RegionSettings.html#FarPoint_Win_SuperEdit_ISEditFormatter_RegionSettings">RegionSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Regional Settings (Regional Options).</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_Win_SuperEdit_ISEditFormatter_FromFormattedString_System_String_" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.FromFormattedString(System.String)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.FromFormattedString.html#FarPoint_Win_SuperEdit_ISEditFormatter_FromFormattedString_System_String_">FromFormattedString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses and returns the value from a formatted string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ISEditFormatter_FromUnformattedString_System_String_" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.FromUnformattedString(System.String)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.FromUnformattedString.html#FarPoint_Win_SuperEdit_ISEditFormatter_FromUnformattedString_System_String_">FromUnformattedString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses and returns the value from an unformatted string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ISEditFormatter_ToFormattedString_System_Object_" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.ToFormattedString(System.Object)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.ToFormattedString.html#FarPoint_Win_SuperEdit_ISEditFormatter_ToFormattedString_System_Object_">ToFormattedString(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a formatted string (plus attributes) for the value passed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ISEditFormatter_ToUnformattedString_System_Object_" data-uid="FarPoint.Win.SuperEdit.ISEditFormatter.ToUnformattedString(System.Object)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ISEditFormatter.ToUnformattedString.html#FarPoint_Win_SuperEdit_ISEditFormatter_ToUnformattedString_System_Object_">ToUnformattedString(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an unformatted string for the value passed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
