LocationRect.ToString Method (IFormatProvider)
Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners using a given 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
LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top