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