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
)
Public Shared Function ConvertStringToColorArray (
str As String
) As Color()
Parameters
- str
- Type: SystemString
String that shows color.
Return Value
Type:
ColorColor got as result of conversion.
See Also