MySqlGeometry.Parse Method

MySQL Connector/Net

MySqlGeometryParse Method
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.9.9
Syntax
public static MySqlGeometry Parse(
	string value
)
Public Shared Function Parse ( 
	value As String
) As MySqlGeometry
public:
static MySqlGeometry Parse(
	String^ value
)
static member Parse : 
        value : string -> MySqlGeometry 

Parameters

value
Type: SystemString
WKT string format

Return Value

Type: MySqlGeometry
See Also