Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / Serializer Class / DeserializeColorValue Method
String that contains the color value


In This Topic
    DeserializeColorValue Method
    In This Topic
    Converts a six-digit hexadecimal color value into a color object.
    Syntax
    'Declaration
     
    
    Public Shared Function DeserializeColorValue( _
       ByVal s As String _
    ) As Color
    'Usage
     
    
    Dim s As String
    Dim value As Color
     
    value = Serializer.DeserializeColorValue(s)
    public static Color DeserializeColorValue( 
       string s
    )

    Parameters

    s
    String that contains the color value

    Return Value

    Color object containing the deserialized color value
    See Also