System::Runtime::Serialization::FormatterConverter::ToSByte method

FormatterConverter::ToSByte method

Converts a value to a int8_t.

int8_t System::Runtime::Serialization::FormatterConverter::ToSByte(System::SharedPtr<Object> value) override
ParameterTypeDescription
valueSystem::SharedPtr<Object>The object to be converted.

ReturnValue

The converted value.

See Also