다음을 통해 공유


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.String

    The string representation of a color.

Return Value

Type: System.Drawing.Color
The deserialized color.

See Also

Reference

ColorSerializer Class

ColorSerializer Members

Microsoft.PerformancePoint.Scorecards Namespace