C# Programming
04-05-2009, 12:31 PM
If i have a string, lets say the string is "System.Float".
Is there anyway i can get the type from that string? (ie a float).
And do something like this:
Float f = new GetMagicTypes();
Is there anyway i can get the type from that string? (ie a float).
And do something like this:
Float f = new GetMagicTypes();