Tagged Questions

9
votes
4answers
2k views

How Can I Convert Types at Runtime?

My scenario should be simple... the type I want to convert FROM is ALWAYS 'string'. What I want to convert to... could be many things - ints, DateTimes, ... strings, etc. This would be easy: string ...