Converting string to a simple type
- by zespri
.Net framework contains a great class named Convert that allows conversion between simple types, DateTime type and String type. Also the class support conversion of the types implementing IConvertible interface.
The class has been implemented in the very first version of .Net framework. There were a few things in the first .Net framework that were…