Spread for ASP.NET 8.0 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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.