ReportColor.ToString Method

Definition

Returns a string representation of the current color.

Overloads

ToString()

Returns a string representation of the current color.

ToString(String, IFormatProvider)

Returns a string representation of the current color.

ToString()

Returns a string representation of the current color.

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 current color.

Applies to

ToString(String, IFormatProvider)

Returns a string representation of the current color.

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

Parameters

format
String

The formatting string.

provider
IFormatProvider

Provides the formatting information to parse the format parameter.

Returns

A string representation of the current color.

Implements

Applies to