Back to Devexpress

CoordPointCollection.Parse(String) Method

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

latest1.5 KB
Original Source

CoordPointCollection.Parse(String) Method

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Parameters

NameTypeDescription
sourceString

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

|

Returns

TypeDescription
CoordPointCollection

A CoordPointCollection object that is equivalent to the specified string.

|

See Also

CoordPointCollection Class

CoordPointCollection Members

DevExpress.Xpf.Map Namespace