|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to retrieve a "Type" for a type expressed in stringString.GetType().FullName == "System.String".
Given the string "System.String", how can I get an instance of Type for System.String? Thanks. Type.GetType("System.String")
Benny wrote: Show quote > String.GetType().FullName == "System.String". > > Given the string "System.String", how can I get an instance of Type for > System.String? Thanks. Thank you!
Show quote "Göran Andersson" wrote: > Type.GetType("System.String") > > Benny wrote: > > String.GetType().FullName == "System.String". > > > > Given the string "System.String", how can I get an instance of Type for > > System.String? Thanks. > |
|||||||||||||||||||||||