Thread: listbox
View Single Post
Old 10-13-2004, 11:11 PM   #4 (permalink)
sureshkumar_kc
Registered User
 
sureshkumar_kc's Avatar
 
Join Date: Sep 2004
Posts: 12
sureshkumar_kc is on a distinguished road
How to convert string to Color datatype here..

Color nn=new Color();
string ss;
ss="Red";

In this step--->> nn=(Color)ss.ToString();
sureshkumar_kc is offline   Reply With Quote