i need discover a type.
scenario:
I receive from DB a unkown type and want classificate if him is Numeric or Alphanumeric how i can do that?
eg:
public object GetUnkown(){….};
var x = GetUnkown();
x is numeric or alphanumeric?have only two these possibilities.
To test if it can be parsed as an integer: