Tagged Questions
1
vote
2answers
232 views
System.Type; implicit cast to string
While looking at the System.Type class under the Code Definition Window, I cannot seem to understand how an instance of this class is implicitly cast to string. For example, on the following code:
...