dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlTimeStamp Structure / ToString Method / ToString(CultureInfo) Method

ToString(CultureInfo) Method
Converts the current PgSqlTimeStamp structure to a System.String.
Syntax
'Declaration
 
Public Overloads Function ToString( _
   ByVal cultureInfo As CultureInfo _
) As String
 

Parameters

cultureInfo

Return Value

A System.String object.
Remarks
This overload uses the DateTimeFormatInfo.CurrentInfo.ShortDatePattern and DateTimeFormatInfo.CurrentInfo.LongTimePattern values. Depending on the constructor used to create the structure, the method may add the time zone.
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