Possible Duplicate:
How to get Color from Hex color code using .NET?
I want to convert a string like #FFFFFF to System.Drawing.Color. How do you do that?
I want to convert a string like |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Note: the hash is important! |
|||||
|
|
You can do
Or this (you will need the
|
||||
|
|
|
remove the '#' and do
|
||||
|
|
Try this:
|
|||
|