Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

ColorUtilities.StringToColor - метод Смотри также  Terrasoft.Common - пространство имен > ColorUtilities - класс : StringToColor - метод C#

hexNumberString
The string of the hexadecimal representation of the colour in aRGB model.

Glossary Item Box

Gets the colour specified by a string of hexadecimal representation in the aRGB model.

Синтаксис

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.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf an empty string or null is received as the hexNumberString value.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?