CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    19

    [RESOLVED] Converting color to string

    It's probably an easy thing, but I cannot manage to do that by the simple "ToString" method. I googled it only to find "string to color" conversion, which I did earlier. Now I want to do vice versa, please help.

  2. #2
    Join Date
    Aug 2011
    Posts
    19

    Re: Converting color to string

    Alright I got it, it is done by ConvertToString method in ColorConverter class. It converts the color object to RGB values as in "255; 255; 255".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured