System::Runtime::Serialization::IFormatterConverter::ToByte method

IFormatterConverter::ToByte method

Converts a value to a uint8_t.

virtual uint8_t System::Runtime::Serialization::IFormatterConverter::ToByte(System::SharedPtr<Object> value)=0
ParameterTypeDescription
valueSystem::SharedPtr<Object>The object to be converted.

ReturnValue

The converted value.

See Also