On this page
Converts the specified
System.String representation of a rectangular box to its
PgSqlBox equivalent.
Syntax
|
|---|
'Declaration
Public Shared Function Parse( _
ByVal As String _
) As PgSqlBox |
Parameters
- input
Return Value
A
PgSqlBox structure equal to the rectangular box represented by the specified
System.String.
See Also