Back to Devexpress

GeoPointCollection.Parse(String) Method

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

latest1.4 KB
Original Source

GeoPointCollection.Parse(String) Method

Converts the string representation of a collection to its GeoPointCollection equivalent.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Parameters

NameTypeDescription
sourceString

A string containing collection item coordinates, separated by commas.

|

Returns

TypeDescription
GeoPointCollection

A GeoPointCollection object that is equivalent to the specified string.

|

See Also

GeoPointCollection Class

GeoPointCollection Members

DevExpress.Xpf.Map Namespace