VectorCollection.Parse(String) Method

Definition

Converts a String representation of a collection of vectors into an equivalent VectorCollection.

public:
 static System::Windows::Media::VectorCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.VectorCollection Parse (string source);
static member Parse : string -> System.Windows.Media.VectorCollection
Public Shared Function Parse (source As String) As VectorCollection

Parameters

source
String

The String representation of the collection of vectors.

Returns

Returns the equivalent VectorCollection.

Applies to