ColorCollection.ToString(String, IFormatProvider) Method
Returns the textual representation of the ColorCollection.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v25.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
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