VectorCollection.ToString Methode

Definition

Erstellt eine String Darstellung dieser VectorCollection.

Überlädt

Name Beschreibung
ToString()

Erstellt eine String Darstellung dieser VectorCollection.

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser VectorCollection.

ToString()

Erstellt eine String Darstellung dieser VectorCollection.

public:
 override System::String ^ ToString();
public override string ToString();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Gibt zurück

Gibt einen String Wert zurück, der X die Y Strukturen in dieser VectorStruktur enthältVectorCollection.

Gilt für:

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser VectorCollection.

public:
 System::String ^ ToString(IFormatProvider ^ provider);
public string ToString(IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String

Parameter

provider
IFormatProvider

Kulturspezifische Formatierungsinformationen.

Gibt zurück

Gibt einen String Wert zurück, der X die Y Strukturen in dieser VectorStruktur enthältVectorCollection.

Gilt für: