I have a Type (through reflection, for example).
I have a value for the Name property, for example String ... that "System.String". I want to see "string" ("int" instead of "System.Int32" etc. Etc.).
Can anything in the framework (or language) give me this? Can I convert the name of the Framework type to the name of the language type (or, conversely, get the name of the language type to start with)?
lance source share