Point::ToString Method (IFormatProvider^)

 

Creates a String representation of this Point.

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

public:
String^ ToString(
	IFormatProvider^ provider
)

Parameters

provider
Type: System::IFormatProvider^

Culture-specific formatting information.

Return Value

Type: System::String^

A String containing the X and Y values of this Point structure.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: