ColorSerializer.Deserialize Method
Deserializes a color from the specified string.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function Deserialize ( _
color As String _
) As Color
'Usage
Dim color As String
Dim returnValue As Color
returnValue = ColorSerializer.Deserialize(color)
public static Color Deserialize(
string color
)
Parameters
color
Type: System.StringThe string representation of a color.
Return Value
Type: System.Drawing.Color
The deserialized color.