ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / FormatConverter Class
Members

In This Topic
    FormatConverter Class
    In This Topic
    This class is a tool for convert AR TextBox's OutputFormat and Value to Excel NumberFormat and Value. AR TextBox's OutputFormat is based on .NET Framework Formatting. See http://msdn.microsoft.com/en-us/library/fbxft59x(v=vs.80) In addition, AR OutputFormat also supports the forth section and _(undersorce). For Excel NumberFormat, see http://www.brainbell.com/tutorials/ms-office/excel/Create_Custom_Number_Formats.htm
    Object Model
    FormatConverter Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class FormatConverter 
    public static class FormatConverter 
    Inheritance Hierarchy

    System.Object
       GrapeCity.SpreadBuilder.FormatConverter

    See Also