Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.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