ColorUtilities.StringToColor - метод Смотри также Terrasoft.Common - пространство имен > ColorUtilities - класс : StringToColor - метод C#
- hexNumberString
- The string of the hexadecimal representation of the colour in aRGB model.
Glossary Item Box
public static Color StringToColor( string hexNumberString )
Параметры
- hexNumberString
- The string of the hexadecimal representation of the colour in aRGB model.
Тип возвращаемого значения
The instance of the System.Drawing.Color class represented with a hexNumberString string.Исключение | Описание |
---|---|
ArgumentNullOrEmptyException | If an empty string or null is received as the hexNumberString value. |