GradientStopCollection.ToString Methode

Definition

Erstellt eine String-Darstellung dieses GradientStopCollection.

Überlädt

ToString()

Erstellt eine String-Darstellung dieses GradientStopCollection.

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses GradientStopCollection.

ToString()

Erstellt eine String-Darstellung dieses GradientStopCollection.

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

Gibt zurück

String

Gibt einen String zurück, der die Werte der GradientStopCollection enthält.

Gilt für

ToString(IFormatProvider)

Erstellt eine String-Darstellung dieses GradientStopCollection.

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

String

Gibt einen String zurück, der die Werte der GradientStopCollection enthält.

Gilt für