System::Runtime::Serialization::IFormatterConverter::ToSByte method

IFormatterConverter::ToSByte method

Converts a value to a int8_t.

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

ReturnValue

The converted value.

See Also