How can I find out what data type some variable is holding? (e.g. int, string, char, etc.)
I have something like this now:
using System; using System
Use the GetType() method
http://msdn.microsoft.com/en-us/library/system.object.gettype.aspx