Size::IFormattable::ToString Method (String^, IFormatProvider^)

 

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Namespace:   System.Windows
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.

provider
Type: System::IFormatProvider^

The provider to use to format the value.

Return Value

Type: System::String^

The value of the current instance in the specified format.

.NET Framework
Available since 3.0
Return to top
Show: