dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / Parse Method / Parse(String) Method
String that represents a numerical value.

In This Topic
    Parse(String) Method
    In This Topic
    Parses the specified string value and returns a new PgSqlNumeric instance.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Parse( _
       ByVal value As String _
    ) As PgSqlNumeric
    public static PgSqlNumeric Parse( 
       string value
    )

    Parameters

    value
    String that represents a numerical value.

    Return Value

    A new PgSqlNumeric instance.
    See Also