1 implementation of Convert
mscorlib (1)
system\runtime\serialization\formatterconverter.cs (1)
28public Object Convert(Object value, Type type) {
2 references to Convert
mscorlib (2)
system\runtime\serialization\serializationinfo.cs (2)
549return m_converter.Convert(value, type); 582return m_converter.Convert(value, type);