F
fragget
hi
i have a string like "ffff032d" which represents
a color.
i want to create a color object given this value
but am having trouble.
this is what i have so far.
Color myColor = Color.FromArgb(Convert.ToInt32
("ffff032d"));
it fails to convert the string to an int.
thx - fg
i have a string like "ffff032d" which represents
a color.
i want to create a color object given this value
but am having trouble.
this is what i have so far.
Color myColor = Color.FromArgb(Convert.ToInt32
("ffff032d"));
it fails to convert the string to an int.
thx - fg