Int32Collection.Parse(String) Methode

Definition

Gibt eine aus einer angegebenen Zeichenfolge erstellte Instanz von Int32Collection zurück.

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

Parameter

source
String

Die Zeichenfolge, die in ein Int32 konvertiert wird.

Gibt zurück

Int32Collection

Eine aus source erstellte Instanz von Int32Collection.

Gilt für