System::IConvertible::ToString method
Contents
[
Hide
]IConvertible::ToString() const method
Analog of C# Object.ToString() method. Enables converting custom objects to string.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
See Also
- Class String
- Class IConvertible
- Namespace System
- Library Aspose.PDF for C++
IConvertible::ToString(System::SharedPtr<System::IFormatProvider>) method
Converts the value of this instance to an equivalent System::String using the specified culture-specific formatting information.
virtual System::String System::IConvertible::ToString(System::SharedPtr<System::IFormatProvider> provider)=0
Parameter | Type | Description |
---|---|---|
provider | System::SharedPtr<System::IFormatProvider> | A System::IFormatProvider interface implementation that supplies culture-specific formatting information. |
ReturnValue
A System::String instance equivalent to the value of this instance.
See Also
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.PDF for C++