Thread
:
String to Color
View Single Post
10-13-2004, 11:42 PM
#
1
(
permalink
)
sureshkumar_kc
Registered User
Join Date: Sep 2004
Posts: 12
String to Color
Color nn=new Color();
string ss;
ss="Red"
--------
nn=(color)ss.ToString();
-------------
I want convert string to color i.e i am storing red color in string
so I want assign that value in nn
sureshkumar_kc
View Public Profile
Find More Posts by sureshkumar_kc