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) |
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