On this page
Converts the specified
OracleDate structure to a
System.String with the specified format.
Syntax
|
|---|
'Declaration
Public Overloads Function ToString( _
ByVal As String _
) As String |
Parameters
- format
- The date format to use.
Return Value
A
System.String representing the
Value property of the
OracleDate structure.
See Also