dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBox Structure / Parse Method

In This Topic
Parse Method (PgSqlBox)
In This Topic
Converts the specified System.String representation of a rectangular box to its PgSqlBox equivalent.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal input As String _
) As PgSqlBox
 

Parameters

input

Return Value

A PgSqlBox structure equal to the rectangular box represented by the specified System.String.
See Also