Skip to main content

ColorCollection.ToString(String, IFormatProvider) Method

Returns the text representation of the ColorCollection object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public string ToString(
    string format,
    IFormatProvider formatProvider
)

#Parameters

Name Type Description
format String

A String value that is the string format.

formatProvider IFormatProvider

An object implementing the IFormatProvider interface.

#Returns

Type Description
String

A String value which is the textual representation of ColorCollection.

See Also