1 implementation of ToByte
mscorlib (1)
system\runtime\serialization\formatterconverter.cs (1)
69
public byte
ToByte
(Object value) {
1 reference to ToByte
mscorlib (1)
system\runtime\serialization\serializationinfo.cs (1)
635
return m_converter.
ToByte
(value);