VectorCollection.ToString Methode

Definition

Erstellt eine String-Darstellung dieses VectorCollection.

Überlädt

ToString()

Erstellt eine String-Darstellung dieses VectorCollection.

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses VectorCollection.

ToString()

Erstellt eine String-Darstellung dieses 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 zurück, der den X-Wert und den Y-Wert der Vector-Strukturen in dieser VectorCollection enthält.

Gilt für:

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses 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 zurück, der den X-Wert und den Y-Wert der Vector-Strukturen in dieser VectorCollection enthält.

Gilt für: