dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / ToString Method

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

    Return Value

    A System.String representing the value of PgSqlInterval structure.
    See Also