System::ComponentModel::TypeConverter::ConvertFromInvariantString मेथड
अंतर्वस्तु
[
छिपाना
]TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
इनवेरिएंट स्ट्रिंग को ऑब्जेक्ट में परिवर्तित करता है.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object रूपांतरण संदर्भ जानकारी। |
| text | const System::String& | परिवर्तित करने के लिए मान। |
ReturnValue
परिवर्तित ऑब्जेक्ट।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
इनवेरिएंट स्ट्रिंग को ऑब्जेक्ट में परिवर्तित करता है.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| text | const System::String& | परिवर्तित करने के लिए मान। |
ReturnValue
परिवर्तित ऑब्जेक्ट।
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++