System::ComponentModel::TypeConverter::ConvertFromString μέθοδος
περιεχόμενα
[
κρύβω
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Μετατρέπει συμβολοσειρά σε αντικείμενο.
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 | Περιγραφή |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object πληροφορίες πλαισίου μετατροπής. |
| πολιτιστική ρύθμιση | const System::SharedPtr<System::Globalization::CultureInfo>& | Πολιτισμός για χρήση κατά τη μετατροπή αντικειμένων. |
| text | const System::String& | Τιμή για μετατροπή. |
ReturnValue
μετατρεπόμενο αντικείμενο.
Δείτε επίσης
- 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
Μετατρέπει συμβολοσειρά σε αντικείμενο.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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::ConvertFromString(const System::String&) method
Μετατρέπει συμβολοσειρά σε αντικείμενο.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
| Parameter | Type | Περιγραφή |
|---|---|---|
| text | const System::String& | Τιμή για μετατροπή. |
ReturnValue
μετατρεπόμενο αντικείμενο.
Δείτε επίσης
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++