System::Drawing::ImageFormatConverter::ConvertFrom method

ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method

वस्तुओं को परिवर्तित करता है।

SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
पैरामीटरप्रकारविवरण
contextconst SharedPtr<ComponentModel::ITypeDescriptorContext>&Object रूपांतरण संदर्भ जानकारी।
संस्कृतिconst SharedPtr<Globalization::CultureInfo>&ऑब्जेक्ट्स को परिवर्तित करते समय उपयोग करने वाली संस्कृति।
valueconst SharedPtr<Object>&Object को परिवर्तित करने के लिए।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें

ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

वस्तुओं को परिवर्तित करता है।

virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
पैरामीटरप्रकारविवरण
contextconst System::SharedPtr<ITypeDescriptorContext>&Object रूपांतरण संदर्भ जानकारी।
संस्कृतिconst System::SharedPtr<System::Globalization::CultureInfo>&ऑब्जेक्ट्स को परिवर्तित करते समय उपयोग करने वाली संस्कृति।
valueconst System::SharedPtr<System::Object>&Object को परिवर्तित करने के लिए।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें

ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

स्ट्रिंग को वस्तु में परिवर्तित करता है।

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
पैरामीटरप्रकारविवरण
contextconst System::SharedPtr<ITypeDescriptorContext>&Object रूपांतरण संदर्भ जानकारी।
संस्कृतिconst System::SharedPtr<System::Globalization::CultureInfo>&ऑब्जेक्ट्स को परिवर्तित करते समय उपयोग करने वाली संस्कृति।
मानconst System::String&परिवर्तित करने के लिए मान।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें

ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method

वस्तुओं को परिवर्तित करता है।

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
पैरामीटरप्रकारविवरण
valueconst System::SharedPtr<System::Object>&Object को परिवर्तित करने के लिए।

ReturnValue

परिवर्तित ऑब्जेक्ट।

संबंधित देखें