System::DateTimeOffset::ToString metodo
Contenuti
[
Nascondere
]DateTimeOffset::ToString() const method
Converte l’oggetto corrente in una stringa.
String System::DateTimeOffset::ToString() const
ReturnValue
String representation of the current DateTimeOffset object.
Vedi anche
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method
Converte l’oggetto corrente in una stringa utilizzando il provider di formato specificato.
String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| provider | const SharedPtr<IFormatProvider>& | Provider di formato. |
ReturnValue
String representation of the current DateTimeOffset object.
Vedi anche
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const String&) const method
Converte l’oggetto corrente in una stringa utilizzando il formato specificato.
String System::DateTimeOffset::ToString(const String &format) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| formato | const String& | Stringa di formato. |
ReturnValue
String representation of the current DateTimeOffset object.
Vedi anche
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Converte l’oggetto corrente in una stringa utilizzando il formato e il provider di formato specificati.
String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| formato | const String& | Stringa di formato. |
| provider | const SharedPtr<IFormatProvider>& | Provider di formato. |
ReturnValue
String representation of the current DateTimeOffset object.
Vedi anche
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++