Click or drag to resize

StiReportObjectStringConverterConvertStringToColorArray Method

Converts a string into a color.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Color[] ConvertStringToColorArray(
	string str
)

Parameters

str
Type: SystemString
String that shows color.

Return Value

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