Parse Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Get value from WKT format SRID=0;POINT (x y) or POINT (x y)

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public static MySqlGeometry Parse(
	string value
)
Visual Basic
Public Shared Function Parse ( _
	value As String _
) As MySqlGeometry
Visual C++
public:
static MySqlGeometry Parse(
	String^ value
)

Parameters

value
Type: System..::..String
WKT string format

See Also