System::DateTimeOffset::ToString method
Contents
[
Hide
]DateTimeOffset::ToString() const method
Converts current object to string.
String System::DateTimeOffset::ToString() const
ReturnValue
String representation of the current DateTimeOffset object.
See Also
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++
DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method
Converts current object to string using the specified format provider.
String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
Parameter | Type | Description |
---|---|---|
provider | const SharedPtr<IFormatProvider>& | Format provider. |
ReturnValue
String representation of the current DateTimeOffset object.
See Also
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++
DateTimeOffset::ToString(const String&) const method
Converts current object to string using the specified format.
String System::DateTimeOffset::ToString(const String &format) const
Parameter | Type | Description |
---|---|---|
format | const String& | Format string. |
ReturnValue
String representation of the current DateTimeOffset object.
See Also
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++
DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Converts current object to string using the specified format and format provider.
String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
Parameter | Type | Description |
---|---|---|
format | const String& | Format string. |
provider | const SharedPtr<IFormatProvider>& | Format provider. |
ReturnValue
String representation of the current DateTimeOffset object.
See Also
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.TeX for C++