ColorSerializer.Serialize Method
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.