System::ComponentModel::TypeConverter::ConvertToString method
inhoud
[
verbergen
]TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converteert een object naar een tekenreeks.
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 | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| cultuur | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultuur die gebruikt moet worden bij het converteren van objecten. |
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class CultureInfo
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Converteert een object naar een tekenreeks.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversiecontextinformatie. |
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++
TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method
Converteert een object naar een tekenreeks.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object om te converteren. |
ReturnValue
Geconverteerd object.
Zie ook
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.Page for C++