Click or drag to resize
ColorUtilsString2Color Method
Converts a string value to a color.

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

Parameters

str
Type: SystemString
The input string.

Return Value

Type: Color
The color value equivalent to str.
See Also