Version

ToString(String) Method

Returns a text representation of the SmartDate value formatted according to a user-supplied format string argument.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal format As String _
) As String
public string ToString( 
   string format
)

Parameters

format
.NET format string supplied by the application that overrides the FormatString property of this SmartDate instance.

Return Value

A formatted representation of the SmartDate instance using the specified format string.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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