How to create a System.Drawing.Color from its hexadecimal RGB string?

Posted by Jader Dias on Stack Overflow See other posts from Stack Overflow or by Jader Dias
Published on 2009-12-16T12:51:56Z Indexed on 2010/04/17 23:23 UTC
Read the original article Hit count: 244

I want to create a System.Drawing.Color from a value like #FF00FF or FF00FF without needing to write code for that. There is any .NET built-in parser for that?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about parser