ConvertToString()
Contents
[
Hide
]TypeConverter::ConvertToString(const System::SharedPtr<System::Object>&) method
Converts object to string.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
value | const System::SharedPtr<System::Object>& | Object to convert. |
Return Value
Converted object.
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Converts object to string.
System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
value | const System::SharedPtr<System::Object>& | Object to convert. |
Return Value
Converted object.
TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converts object to 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)
Arguments
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
culture | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture to use when converting objects. |
value | const System::SharedPtr<System::Object>& | Object to convert. |
Return Value
Converted object.
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class TypeConverter
- Class ITypeDescriptorContext
- Class CultureInfo
- Namespace System::ComponentModel
- Library Aspose.Slides