dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / Parse Method / Parse(String,PgSqlType,Encoding) Method

In This Topic
    Parse(String,PgSqlType,Encoding) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Parse( _
       ByVal val As String, _
       ByVal elementType As PgSqlType, _
       ByVal encoding As Encoding _
    ) As PgSqlArray
    public static PgSqlArray Parse( 
       string val,
       PgSqlType elementType,
       Encoding encoding
    )

    Parameters

    val
    elementType
    encoding
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also