Skip to main content
A newer version of this page is available. .

MapPoint.Parse(String) Method

Converts the string representation of a map point to its MapPoint equivalent.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public static MapPoint Parse(
    string source
)

Parameters

Name Type Description
source String

A string containing map point coordinates, separated by a comma.

Returns

Type Description
MapPoint

A MapPoint object that is equivalent to the specified string.

See Also