Spread for ASP.NET 10 Product Documentation
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

Return Value

Color object containing the deserialized color value
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.