Share via


Location.ToString Method (IFormatProvider)

 

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

Return Value

Type: System.String

Returns String.

See Also

ToString Overload
Location Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top