# GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber" class="text-break">ConvertNumber Class
</h1>
  <div class="markdown level0 summary"><p>Provides methods to convert integers to strings using various numbering styles compatible with CSS2.</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">ConvertNumber</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.html">GrapeCity.ActiveReports.Rendering.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ConvertNumber</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="GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber_ToString_System_Int32_GrapeCity_ActiveReports_PageReportModel_NumberingStyle_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber.ToString(System.Int32,GrapeCity.ActiveReports.PageReportModel.NumberingStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber.ToString.html#GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber_ToString_System_Int32_GrapeCity_ActiveReports_PageReportModel_NumberingStyle_">ToString(int, NumberingStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an integer to a string using the specified <a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.NumberingStyle.html">NumberingStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber_ToString_System_Int32_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber.ToString(System.Int32,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber.ToString.html#GrapeCity_ActiveReports_Rendering_Tools_ConvertNumber_ToString_System_Int32_System_String_">ToString(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an integer to a string using the specified numbering style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
