Nevron .NET Vision
Nevron.Dom Namespace / NNumericValueFormatter Class / NNumericValueFormatter Constructor / NNumericValueFormatter Constructor(NumericValueFormat)
predefined numeric value format


In This Topic
    NNumericValueFormatter Constructor(NumericValueFormat)
    In This Topic
    Creates a numeric time formatter, initialized with the specified predefined format
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal format As NumericValueFormat _
    )
    'Usage
     
    
    Dim format As NumericValueFormat
     
    Dim instance As New NNumericValueFormatter(format)
    public NNumericValueFormatter( 
       NumericValueFormat format
    )

    Parameters

    format
    predefined numeric value format
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also