G
Greg Burns
What the difference between these two?
System.Type.GetType("System.Int32")
and
GetType(Integer)
Or more specifically, why does GetType(Integer) work, but not
System.Type.GetType(Integer)? What namespace is the GetType function(?) part
of?
I'm confused.
Greg
System.Type.GetType("System.Int32")
and
GetType(Integer)
Or more specifically, why does GetType(Integer) work, but not
System.Type.GetType(Integer)? What namespace is the GetType function(?) part
of?
I'm confused.
Greg