DoubleCollection.Parse(String) Methode

Definition

Wandelt eine String Darstellung einer Auflistung von Doubles in eine entsprechende DoubleCollectionDarstellung um.

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

Parameter

source
String

Die String Darstellung der Auflistung von Doubles.

Gibt zurück

Gibt das Äquivalent DoubleCollectionzurück.

Gilt für: