Skip to main content

MapPoint.Parse(String) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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