System::ComponentModel::TypeConverter::ConvertFromInvariantString metodu
TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Değişmez dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parameter | Type | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object dönüşüm bağlamı bilgisi. |
| text | const System::String& | Dönüştürülecek değer. |
ReturnValue
dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromInvariantString(const System::String&) method
Değişmez dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
| Parameter | Type | Açıklama |
|---|---|---|
| text | const System::String& | Dönüştürülecek değer. |
ReturnValue
dönüştürülmüş nesne.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++