DoubleCollection.ToString Methode

Definition

Erstellt eine String-Darstellung dieses DoubleCollection.

Überlädt

ToString()

Erstellt eine String-Darstellung dieses DoubleCollection.

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses DoubleCollection.

ToString()

Erstellt eine String-Darstellung dieses DoubleCollection.

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 die Werte der DoubleCollection enthält.

Gilt für:

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses DoubleCollection.

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 die Werte der DoubleCollection enthält.

Gilt für: