Cannot convert from string exception
- by swetha
I got an exception sayin, CollectionConverter cannot convert from System.String.
sample piece of code :
TypeConverter type1 = TypeDescriptor.GetConverter(somemethodtype);
Obj = typeConvert.ConvertFromString(result["xxx"].ToString());
can someone tell me y i get dis exception and how to resolve?