R
Ron M. Newman
Greetings C# Sages,
I have two strings, one is a class name, the other is a value
String c = "System.Int32";
String v = "12";
I assume the class has a "parse" method.
I'd like to create an object of c class and call it's "parse" method which
gets a value as a string. Any ideas?
Ron
I have two strings, one is a class name, the other is a value
String c = "System.Int32";
String v = "12";
I assume the class has a "parse" method.
I'd like to create an object of c class and call it's "parse" method which
gets a value as a string. Any ideas?
Ron