Click or drag to resize

ColorHelperTryParse Method

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public static bool TryParse(
	string hex,
	out Color color
)

Parameters

hex
Type: SystemString
color
Type: System.DrawingColor

Return Value

Type: Boolean
See Also