Nevron .NET Vision
Nevron.Dom Namespace / NValueFormatter Class
Members


In This Topic
    NValueFormatter Class
    In This Topic
    The NValueFormatter class servers as base class for all value formatters
    Object Model
    NValueFormatter Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Dom.NNumericValueFormatter)>
    <System.SerializableAttribute()>
    Public MustInherit Class NValueFormatter 
       Inherits NAttribute
       Implements INAttribute, INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NValueFormatter
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Xml.Serialization.XmlInclude(Nevron.Dom.NNumericValueFormatter)]
    [System.Serializable()]
    public abstract class NValueFormatter : NAttribute, INAttribute, INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    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.Dom.NAttribute
          Nevron.Dom.NValueFormatter
             Nevron.Dom.NDateTimeValueFormatter
             Nevron.Dom.NNumericValueFormatter
             Nevron.Dom.NTimeSpanValueFormatter

    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