Vector::Parse Method (String^)

 

Converts a string representation of a vector into the equivalent Vector structure.

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

public:
static Vector Parse(
	String^ source
)

Parameters

source
Type: System::String^

The string representation of the vector.

Return Value

Type: System.Windows::Vector

The equivalent Vector structure.

The following example shows how to use this method to convert a string representation of a vector into a Vector structure.

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

.NET Framework
Available since 3.0
Return to top
Show: