Click or drag to resize
NanoXLSX

FillValidateColor Method

Validates the passed string, whether it is a valid RGB value that can be used for Fills or Fonts

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public static void ValidateColor(
	string hexCode,
	bool useAlpha,
	bool allowEmpty = false
)

Parameters

hexCode  String
Hex string to check
useAlpha  Boolean
If true, two additional characters (total 8) are expected as alpha value
allowEmpty  Boolean  (Optional)
Optional parameter that allows null or empty as valid values
Exceptions
ExceptionCondition
StyleExceptionA StyleException is thrown if an invalid hex value is passed
See Also