System::Runtime::Serialization::IFormatterConverter::ToByte 方法

IFormatterConverter::ToByte method

将一个值转换为 uint8_t。

virtual uint8_t System::Runtime::Serialization::IFormatterConverter::ToByte(System::SharedPtr<Object> value)=0
参数类型描述
System::SharedPtr<Object>待转换的对象。

ReturnValue

已转换的值。

另见