Check out example codes for "get type of variable c#". It will help you in understanding the concepts better.
Code Example 1
string a = "This is a string";
Console.WriteLine(a.GetType())
Code Example 2
use the "is" keyword
Learn ReactJs, React Native from akashmittal.com