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