Spread for ASP.NET 12 Product Documentation
DeserializeColorValue Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : DeserializeColorValue Method
String that contains the color value
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
See Also

Reference

Serializer Class
Serializer Members