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