طريقة System::Runtime::Serialization::FormatterConverter::Convert

FormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method

معلومات RTTI.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type) override
معاملنوعالوصف
قيمةSystem::SharedPtr<Object>الكائن الذي سيتم تحويله.
typeconst TypeInfo&الـ System::TypeInfo الذي سيتم تحويل القيمة إليه.

ReturnValue

القيمة المحوّلة.

ملاحظات

يحول قيمة إلى الـ System::TypeInfo المحدد.

انظر أيضًا

FormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method

يحول قيمة إلى الـ System::TypeCode المحدد.

System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode) override
معاملنوعالوصف
قيمةSystem::SharedPtr<Object>الكائن الذي سيتم تحويله.
typeCodeTypeCodeالـ System::TypeCode الذي سيتم تحويل القيمة إليه.

ReturnValue

القيمة المحوّلة.

انظر أيضًا