StiReportObjectStringConverterConvertColorArrayToString 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 ConvertColorArrayToString(
Color[] colors
)
Public Shared Function ConvertColorArrayToString (
colors As Color()
) As String
Parameters
- colors
- Type: System.DrawingColor
Color for conversion.
Return Value
Type:
StringString got as result of conversion.
See Also