[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.ColorF.ToString

ToString Method

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides

ToString(string)

Returns a string that represents this instance.

Declaration
public string ToString(string format)
Parameters
Type Name Description
string format

The format.

Returns
Type Description
string

A string that represents this instance.

ToString(IFormatProvider)

Returns a string that represents this instance.

Declaration
public string ToString(IFormatProvider formatProvider)
Parameters
Type Name Description
IFormatProvider formatProvider

The format provider.

Returns
Type Description
string

A string that represents this instance.

ToString(string, IFormatProvider)

Returns a string that represents this instance.

Declaration
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Type Name Description
string format

The format.

IFormatProvider formatProvider

The format provider.

Returns
Type Description
string

A string that represents this instance.

Implements