Click or drag to resize
ColorUtilsColor2String Method
Converts a color to a readable string.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static string Color2String(
	Color color
)

Parameters

color
Type: System.DrawingColor
The input Color.

Return Value

Type: String
The equivalent string for the color.
See Also