Metodo System::ComponentModel::TypeConverter::ConvertToString
Contenuti
[
Nascondere
]TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converte un oggetto in una stringa.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class CultureInfo
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Converte un oggetto in una stringa.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++
TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method
Converte un oggetto in una stringa.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
Oggetto convertito.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++