Back to Devexpress

GeoPoint.Parse(String) Method

wpf-devexpress-dot-xpf-dot-map-dot-geopoint-dot-parse-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

GeoPoint.Parse(String) Method

Converts the string representation of a geographical point to its GeoPoint equivalent.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public static GeoPoint Parse(
    string source
)
vb
Public Shared Function Parse(
    source As String
) As GeoPoint

Parameters

NameTypeDescription
sourceString

A string containing geographical coordinates, separated by a comma or whitespace.

|

Returns

TypeDescription
GeoPoint

A GeoPoint object that is equivalent to the specified string.

|

See Also

GeoPoint Class

GeoPoint Members

DevExpress.Xpf.Map Namespace