1 implementation of ToInt64
mscorlib (1)
system\runtime\serialization\formatterconverter.cs (1)
111
public long
ToInt64
(Object value) {
1 reference to ToInt64
mscorlib (1)
system\runtime\serialization\serializationinfo.cs (1)
702
return m_converter.
ToInt64
(value);