System::Runtime::Serialization::FormatterConverter::ToUInt16 method

FormatterConverter::ToUInt16 method

Converts a value to a uint16_t.

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

ReturnValue

The converted value.

See Also