Size::ToString Method (IFormatProvider^)

 

Returns a String that represents this instance of Size.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
String^ ToString(
	IFormatProvider^ provider
)

Parameters

provider
Type: System::IFormatProvider^

An object that provides a way to control formatting.

Return Value

Type: System::String^

A String that represents this Size object.

.NET Framework
Available since 3.0
Return to top
Show: