Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8950829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:31:31+00:00 2026-06-15T13:31:31+00:00

I am passing a hex value in my QueryString. I’d like to convert that

  • 0

I am passing a hex value in my QueryString. I’d like to convert that to a color to use the ForeColor in a cell in a grid view. Tried both System.Drawing.ColorTranslator.FromHtml() and System.Drawing.Color.FromArgb() with no luck.

My QueryString is urlencoded so the part that matters looks like:

QueryString...&color=%23AA4643

Below is how I have tried .FromArg:

string sColor = Request.QueryString["color"]; // sColor is now #AA4643
Int32 iColorInt = Convert.ToInt32(sColor,16); //Get error message - Could not find any recognizable digits
Color curveColor = System.Drawing.Color.FromArgb(iColorInt); //Never makes it here

And here is how I have tried .FromHtml:

string sColor = Request.QueryString["color"]; 
System.Drawing.Color myColor = new System.Drawing.Color();
myColor = System.Drawing.ColorTranslator.FromHtml(sColor);

In this case myColor gets set to – myColor = “{Name=ffaa4643, ARGB=(255, 170, 70, 67)}”

But when I go to use it I get an error:

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Any and all help greatly appreciated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:31:32+00:00Added an answer on June 15, 2026 at 1:31 pm

    Try this:

    string sColor = Request.QueryString["color"]; // sColor is now #AA4643
    Int32 iColorInt = Convert.ToInt32(sColor.Substring(1),16); 
    Color curveColor = System.Drawing.Color.FromArgb(iColorInt); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to convert a hex string as used by HTML into a bigint
Passing Value Type parameters to functions in c# is by value unless you use
I have a hex value that I'm grabbing from a text file, then I'm
passing post data using cURL requires that the name of the input. However, I
I have some Ruby web apps that use OpenID for authentication and store the
I'm having problems parsing a hex formatted DEC 32bit single precision floating point value
I am trying to use preg_replace to convert <br> or <br /> to a
I have a javascript rich page that is passing a large JSON formatted to
I have a mysql db that looks like this target_color 'rgb(200,200,200)' 'rgb(190,29,209)' and I
Passing small amount of data from one controller to another controller, do I use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.