Click or drag to resize

StiReportObjectStringConverterConvertColorToString Method

Converts a color into a string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ConvertColorToString(
	Color color
)

Parameters

color
Type: System.DrawingColor
Color for conversion.

Return Value

Type: String
String got as result of conversion.
See Also