Nevron .NET Vision
Nevron.Dom Namespace / NDateTimeValueFormatter Class / FormatValue Method / FormatValue(Object) Method
value to format


In This Topic
    FormatValue(Object) Method
    In This Topic
    Formats the specified value as a date time value.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function FormatValue( _
       ByVal value As System.Object _
    ) As System.String
    'Usage
     
    
    Dim instance As NDateTimeValueFormatter
    Dim value As System.Object
    Dim value As System.String
     
    value = instance.FormatValue(value)
    public override System.string FormatValue( 
       System.object value
    )

    Parameters

    value
    value to format

    Return Value

    date-time string representation of the value
    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