Class Color
Provides helpers for validating color values used by the view layer.
public class Color
- Inheritance
-
Color
- Inherited Members
Methods
IsHexColorCode(string)
Determines whether the supplied value is a six-digit hexadecimal color code.
public static bool IsHexColorCode(string colorAsString)
Parameters
colorAsStringstringThe color value to validate.