# FarPoint.Win.ILabelFormatter2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_ILabelFormatter2" data-uid="FarPoint.Win.ILabelFormatter2" class="text-break">ILabelFormatter2 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that defines the methods and properties required by objects used as formatters.
Formatters are responsible for formatting chart contents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_ILabelFormatter2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILabelFormatter2 : ILabelFormatter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ILabelFormatter2
    Inherits ILabelFormatter</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_Win_ILabelFormatter2_Parse_System_String_System_IFormatProvider__System_String__" data-uid="FarPoint.Win.ILabelFormatter2.Parse(System.String,System.IFormatProvider@,System.String@)">
          <a class="xref" href="FarPoint.Win.ILabelFormatter2.Parse.html#FarPoint_Win_ILabelFormatter2_Parse_System_String_System_IFormatProvider__System_String__">Parse(string, ref IFormatProvider, ref string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the string to an object and returns the result.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
