System::ComponentModel::TypeConverter::ConvertFromString méthode
Contenu
[
Cacher
]TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Convertit une chaîne en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
| Paramètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture à utiliser lors de la conversion d’objets. |
| texte | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method
Convertit une chaîne en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
| Paramètre | Type | Description |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object information de contexte de conversion. |
| texte | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertFromString(const System::String&) method
Convertit une chaîne en objet.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
| Paramètre | Type | Description |
|---|---|---|
| texte | const System::String& | Valeur à convertir. |
ReturnValue
objet converti.
Voir aussi
- Typedef SharedPtr
- Class Object
- Class String
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++