System::ComponentModel::TypeConverter::ConvertToString Methode
Inhalt
[
Ausblenden
]TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Konvertiert ein Objekt in einen String.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| Kultur | const System::SharedPtr<System::Globalization::CultureInfo>& | Kultur, die beim Konvertieren von Objekten verwendet wird. |
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- 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
Konvertiert ein Objekt in einen String.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object Konvertierungskontextinformationen. |
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- 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
Konvertiert ein Objekt in einen String.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object zum Konvertieren. |
ReturnValue
Konvertiertes Objekt.
Siehe auch
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Font for C++