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

In This Topic
    ToString() Method
    In This Topic
    Returns string representation of the PgSqlNumeric instance.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A string value that represents the PgSqlNumeric structure.
    See Also