M
MM
Very basic question:
string mystr
how do you test if it is a string?
Something like
if (mystr.GetType() == "System.String") <<< but this doesn't work.
Thanks for pointing me in the right direction.
string mystr
how do you test if it is a string?
Something like
if (mystr.GetType() == "System.String") <<< but this doesn't work.
Thanks for pointing me in the right direction.