Get a System.Type

suggest change

For an instance of a type:

var theString = "hello";
var theType = theString.GetType();

From the type itself:

var theType = typeof(string);

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents