DoubleCollection::Parse Method (String^)

 

Converts a String representation of a collection of doubles into an equivalent DoubleCollection.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static DoubleCollection^ Parse(
	String^ source
)

Parameters

source
Type: System::String^

The String representation of the collection of doubles.

Return Value

Type: System.Windows.Media::DoubleCollection^

Returns the equivalent DoubleCollection.

.NET Framework
Available since 3.0
Return to top
Show: