c# color hex
this.control.BackColor = System.Drawing.ColorTranslator.FromHtml("#626262");
c# color hex
this.control.BackColor = System.Drawing.ColorTranslator.FromHtml("#626262");
C# int to hex
int num = 123;
//X can be capital and not capital it specifies if the hex characters should be upper or lowercase
//the number specifies the amount of hex characters
//2X will give you something like A5
string hex = num.ToString("X2");
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us