Location.ToString Method ()
Converts the location to a formatted string containing the latitude, longitude, and altitude values.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
Returns String.
See Also
ToString Overload
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top