Share via


LocationRect.ToString Method

 

Converts the location rectangle to a string.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Overload List

Name Description
System_CAPS_pubmethod ToString()

Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners.(Overrides Object.ToString().)

System_CAPS_pubmethod ToString(IFormatProvider)

Converts the location rectangle to a formatted string containing the latitude, longitude, and altitude values of its corners using a given format provider.

See Also

LocationRect Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top