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

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

    Parameters

    provider

    Return Value

    A string value that represents the PgSqlNumeric structure.
    See Also