Location.IFormattable.ToString Method (String, IFormatProvider)
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
string IFormattable.ToString(
string format,
IFormatProvider provider
)
private:
virtual String^ ToString(
String^ format,
IFormatProvider^ provider
) sealed = IFormattable::ToString
private abstract ToString :
format:string *
provider:IFormatProvider -> string
private override ToString :
format:string *
provider:IFormatProvider -> string
Private Function ToString (
format As String,
provider As IFormatProvider
) As String
Implements IFormattable.ToString
Parameters
- format
Type: System.String
- provider
Type: System.IFormatProvider
Return Value
Type: System.String
Implements
IFormattable.ToString(String, IFormatProvider)
See Also
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top