Skip to main content
A newer version of this page is available. .

ColorCollection.ToString(String, IFormatProvider) Method

Returns the textual representation of the ColorCollection.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public string ToString(
    string format,
    IFormatProvider formatProvider
)

Parameters

Name Type Description
format String

A String object representing a formatting string.

formatProvider IFormatProvider

An object of a class implementing the IFormatProvider interface.

Returns

Type Description
String

A String value which is the textual representation of the ColorCollection.

See Also