RunTime conversion with Convert.ChangeType
Sometimes, we may need to convert from one type to another at Runtime, but where we don’t know the type in advance, in these situations we can use the Convert. ChangeType method
Sometimes, we may need to convert from one type to another at Runtime, but where we don’t know the type in advance, in these situations we can use the Convert. ChangeType method