Returns string representation of color in ARGB format.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public static string GetARGBstring(
	Color color
)
Visual Basic
Public Shared Function GetARGBstring ( _
	color As Color _
) As String

Parameters

color
Type: System.Drawing..::..Color
The Colorvalue.

Return Value

The string representation of color in ARGB format

See Also