LocationRect.ToString Method (IFormatProvider)

Bing
 

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)

public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider

An IFormatProvider implementation that supplies culture-specific formatting information.

Return Value

Type: System.String

Returns String.

Return to top
Show: