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