Back to Devexpress

MapUnit.Parse(String) Method

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

latest1.2 KB
Original Source

MapUnit.Parse(String) Method

Converts the string representation of a map unit to its MapUnit equivalent.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Parameters

NameTypeDescription
sourceString

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

|

Returns

TypeDescription
MapUnit

A MapUnit object that is equivalent to the specified string.

|

See Also

MapUnit Struct

MapUnit Members

DevExpress.Xpf.Map Namespace