标签: c# .net typeconverter
在.NET中,我知道我可以获得给定类型的TypeConverter,如下所示
TypeDescriptor.GetConverter(typeof(DateTime))
但是,如果通过其他方式给出类型转换器对象,我怎么知道它转换为什么类型?