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

In This Topic
    ToString() Method
    In This Topic
    Converts the current PgSqlTimeStamp structure to a System.String.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ToString() As String
    public override string ToString()

    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.
    See Also