Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GeneralFormatter Class / GeneralFormatter Constructor / GeneralFormatter Constructor()


In This Topic
    GeneralFormatter Constructor()
    In This Topic
    Creates a new formatter with null FormatString and default NumberFormatInfo and DateTimeFormatInfo (copied from the current culture).
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New GeneralFormatter()
    public GeneralFormatter()
    See Also