[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.DeserializeColorValue

DeserializeColorValue Method

DeserializeColorValue(string)

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

Declaration
public static Color DeserializeColorValue(string s)
Public Shared Function DeserializeColorValue(s As String) As Color
Parameters
Type Name Description
string s

String containing color value

Returns
Type Description
Color