System::ComponentModel::TypeConverter::ConvertToInvariantString method
TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method
Converts object to invariant string.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
Parameter | Type | Description |
---|---|---|
context | const System::SharedPtr<ITypeDescriptorContext>& | Object conversion context information. |
value | const System::SharedPtr<System::Object>& | Object to convert. |
ReturnValue
Converted object.
See Also
- Class String
- Typedef SharedPtr
- Class ITypeDescriptorContext
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.PDF for C++
TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object>&) method
Converts object to invariant string.
System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(const System::SharedPtr<System::Object> &value)
Parameter | Type | Description |
---|---|---|
value | const System::SharedPtr<System::Object>& | Object to convert. |
ReturnValue
Converted object.
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeConverter
- Namespace System::ComponentModel
- Library Aspose.PDF for C++