Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the specified color to a string.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function Serialize ( _
    color As Color _
) As String
'Usage
Dim color As Color
Dim returnValue As String
returnValue = ColorSerializer.Serialize(color)
public static string Serialize(
    Color color
)
Parameters
color
Type: System.Drawing.ColorThe color to serialize.
Return Value
Type: System.String
The string representation of the specified color.