Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NFormatSpecifierValueFormatter Class
Members


In This Topic
    NFormatSpecifierValueFormatter Class
    In This Topic
    The NFormatSpecifierValueFormatter class servers as base class for all value formatters that are based on a format specifier.
    Object Model
    NFormatSpecifierValueFormatter Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NFormatSpecifierValueFormatter 
       Inherits NValueFormatter
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NFormatSpecifierValueFormatter
    public abstract class NFormatSpecifierValueFormatter : NValueFormatter, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable  
    Remarks
    An instance of this class is used to control the formatting of values displayed by the component. It can be used to format numeric, datetime, currency, time and scientific values.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Dom.NValueFormatter
                   Nevron.Nov.Dom.NFormatSpecifierValueFormatter
                      Nevron.Nov.Dom.NDateTimeValueFormatter
                      Nevron.Nov.Dom.NNumericValueFormatter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also