Click or drag to resize

CommonHelperStringToColor Method

Convert a culture invariant string value to a Color.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Color StringToColor(
	string s
)

Parameters

s
Type: SystemString
String to convert.

Return Value

Type: Color
Color value.
See Also