How to get Color from Hex color code using .NET?
Posted
by viky
on Stack Overflow
See other posts from Stack Overflow
or by viky
Published on 2010-01-21T14:07:50Z
Indexed on
2010/04/17
22:53 UTC
Read the original article
Hit count: 349
How can I get Color from a Hex color code(e.g. #FFDFD991)?
I am reading a file and getting Hex color code, I need to create the corresponding System.Windows.Media.Color instance for the Hex color code. Is there any inbuilt method in framework to do this?
© Stack Overflow or respective owner