Spread for ASP.NET 7.0 Product Documentation
DeserializeColorValue Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : DeserializeColorValue Method


s
String that contains the color value

Glossary Item Box

Converts a six-digit hexadecimal color value into a color object.

Syntax

Visual Basic (Declaration) 
Public Shared Function DeserializeColorValue( _
   ByVal s As String _
) As Color
Visual Basic (Usage)Copy Code
Dim s As String
Dim value As Color
 
value = Serializer.DeserializeColorValue(s)
C# 
public static Color DeserializeColorValue( 
   string s
)

Parameters

s
String that contains the color value

Return Value

Color object containing the deserialized color value

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.