In C # when I need to check if a variable is of a certain type, I usually use the is :
if(qualquerVariavel is int)
Console.Write("A variável é int");
I know you can also check the type of a variable in other ways, one of them is u...
asked by
11.09.2015 / 21:14