Vector::ToString Method ()

 

Returns the string representation of this Vector structure.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that represents the X and Y values of this Vector.

The following example shows how to use this method to get a string representation of a Vector.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: