GradientStop.ToString Method

Definition

Creates a string representation of this object based on the current culture.

Overloads

ToString()

Creates a string representation of this object based on the current culture.

ToString(IFormatProvider)

Creates a string representation of this object based on the specified culture-specific formatting information.

ToString()

Creates a string representation of this object based on the current culture.

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

Returns

A string representation of this object that contains its Color and Offset values.

Applies to

ToString(IFormatProvider)

Creates a string representation of this object based on the specified culture-specific formatting information.

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

Parameters

provider
IFormatProvider

Culture specific formatting information, or null to use the current culture.

Returns

A string representation of this object that contains its Color and Offset values.

Applies to