Translate

Montag, 1. Juni 2015

Visual Basic .Net Color RGB to HTML-Color (HEX)

http://lateral8.com/articles/2010/2/2/how-to-convert-rgb-to-hexadecimal-code-in-net.aspx

string htmlString = System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color.FromArgb(70, 90, 155));

Keine Kommentare:

Kommentar veröffentlichen