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


In This Topic
    NValueFormatter Class
    In This Topic
    The NValueFormatter class servers as base class for all value formatters. The purpose of a value formatter is to provide a string reprsentation of objects of a specific type (or types).
    Object Model
    NValueFormatter Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NValueFormatter 
       Inherits NAttribute
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NValueFormatter
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Dom.NValueFormatter
                   Nevron.Nov.Dom.NBooleanValueFormatter
                   Nevron.Nov.Dom.NFormatSpecifierValueFormatter
                   Nevron.Nov.Dom.NVariantValueFormatter

    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