System::ComponentModel::TypeConverter::ConvertFromString metod
İçindekiler
[
Saklamak
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
| Parameter | Type | Açıklama |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object dönüşüm bağlamı bilgisi. |
| kültür | const System::SharedPtr<System::Globalization::CultureInfo>& | Nesneleri dönüştürürken kullanılacak kültür. |
| 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 CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(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::ConvertFromString(const System::String&) method
Dizeyi nesneye dönüştürür.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(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++