Converting Hex colors in to vb.net colors

  • Thread starter Thread starter Stu
  • Start date Start date
S

Stu

Hi,

How do you convert web colors (hex) in to rgb values for use in asp.net
(vb)?

I know #ff0000 is Color.Red in .Net - how do I get the rgb color values for
something like '#AD5511'?

Thanks in advance,
Stu
 
Stu said:
How do you convert web colors (hex) in to rgb values for use in asp.net
(vb)?

I know #ff0000 is Color.Red in .Net - how do I get the rgb color values
for something like '#AD5511'?

Check out 'ColorTranslator.FromHtml'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top