Brush.ToString Method

Definition

Creates a string representation of this object.

Overloads

ToString()

Return string representation of this Brush.

ToString(IFormatProvider)

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

ToString()

Return string representation of this Brush.

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.

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 default formatting of the current culture.

Returns

A string representation of this object.

Applies to