Rect::IFormattable::ToString Method (String^, IFormatProvider^)
.NET Framework (current version)
Formats the value of the current instance using the specified format.
Assembly: WindowsBase (in WindowsBase.dll)
private: virtual String^ ToString( String^ format, IFormatProvider^ provider ) sealed = IFormattable::ToString
Parameters
- format
-
Type:
System::String^
The format to use.
-or-
A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- provider
-
Type:
System::IFormatProvider^
The provider to use to format the value.
-or-
A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
This member is an explicit interface member implementation. It can be used only when the Rect instance is cast to an IFormattable interface.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: