# GrapeCity.SpreadBuilder.FormatConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_FormatConverter" data-uid="GrapeCity.SpreadBuilder.FormatConverter" class="text-break">FormatConverter Class
</h1>
  <div class="markdown level0 summary"><p>This class is a tool for converting AR TextBox's OutputFormat and Value to Excel NumberFormat and Value.
AR TextBox's OutputFormat is based on .NET Framework Formatting.
See <a href="http://msdn.microsoft.com/en-us/library/fbxft59x(v=vs.80)">http://msdn.microsoft.com/en-us/library/fbxft59x(v=vs.80)</a>
In addition, AR OutputFormat also supports the forth section and _(undersorce).
For Excel NumberFormat, see
<a href="http://www.brainbell.com/tutorials/ms-office/excel/Create_Custom_Number_Formats.htm">http://www.brainbell.com/tutorials/ms-office/excel/Create_Custom_Number_Formats.htm</a></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">FormatConverter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_FormatConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class FormatConverter</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_SpreadBuilder_FormatConverter_EXCEL_TEXT_FORMAT" data-uid="GrapeCity.SpreadBuilder.FormatConverter.EXCEL_TEXT_FORMAT">
          <a class="xref" href="GrapeCity.SpreadBuilder.FormatConverter.EXCEL_TEXT_FORMAT.html">EXCEL_TEXT_FORMAT</a>
        </td>
        <td class="markdown level1 summary"><p>Excel NumberFormat string which indicates text.</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="GrapeCity_SpreadBuilder_FormatConverter_GetExcelFormatAndValue_System_String_System_Int32_System_Int32_System_Object_System_String_System_String__System_Object__" data-uid="GrapeCity.SpreadBuilder.FormatConverter.GetExcelFormatAndValue(System.String,System.Int32,System.Int32,System.Object,System.String,System.String@,System.Object@)">
          <a class="xref" href="GrapeCity.SpreadBuilder.FormatConverter.GetExcelFormatAndValue.html#GrapeCity_SpreadBuilder_FormatConverter_GetExcelFormatAndValue_System_String_System_Int32_System_Int32_System_Object_System_String_System_String__System_Object__">GetExcelFormatAndValue(string, int, int, object, string, out string, out object)</a>
        </td>
        <td class="markdown level1 summary"><p>Convert AR OutputFormat and Value to Excel NumberFormat and Value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
