Returns string representation of color in ARGB format.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Parameters

color
Type: System.Windows.Media..::..Color
The Colorvalue.

Return Value

The string representation of color in ARGB format

See Also