ColorFormatToString Method (ColorStringFormat)

Returns a String that represents the current color format.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public string ToString(
	ColorStringFormat format
)

Parameters

format
Type: Aspose.SlidesColorStringFormat
A type of color string format.

Return Value

Type: String
A string that represents the current color format.

Implements

IColorFormatToString(ColorStringFormat)
See Also