Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the location to a formatted string containing the latitude, longitude, and altitude values using the specified format provider.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string ToString(
IFormatProvider provider
)
public:
String^ ToString(
IFormatProvider^ provider
)
member ToString :
provider:IFormatProvider -> string
Public Function ToString (
provider As IFormatProvider
) As String
Parameters
provider
Type: System.IFormatProviderAn IFormatProvider implementation that supplies culture-specific formatting information.
Return Value
Type: System.String
Returns String.
See Also
ToString Overload
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top