System::DateTimeOffset::ToString yöntemi
İçindekiler
[
Saklamak
]DateTimeOffset::ToString() const method
Geçerli nesneyi dizeye dönüştürür.
String System::DateTimeOffset::ToString() const
ReturnValue
String representation of the current DateTimeOffset object.
Ayrıca Bakınız
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method
Geçerli nesneyi belirtilen biçim sağlayıcısını kullanarak dizeye dönüştürür.
String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
| Parametre | Tür | Açıklama |
|---|---|---|
| sağlayıcı | const SharedPtr<IFormatProvider>& | Biçim sağlayıcı. |
ReturnValue
String representation of the current DateTimeOffset object.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const String&) const method
Geçerli nesneyi belirtilen biçimi kullanarak dizeye dönüştürür.
String System::DateTimeOffset::ToString(const String &format) const
| Parametre | Tür | Açıklama |
|---|---|---|
| biçim | const String& | Biçim dizesi. |
ReturnValue
String representation of the current DateTimeOffset object.
Ayrıca Bakınız
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Geçerli nesneyi belirtilen biçim ve biçim sağlayıcısını kullanarak dizeye dönüştürür.
String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| Parametre | Tür | Açıklama |
|---|---|---|
| biçim | const String& | Biçim dizesi. |
| sağlayıcı | const SharedPtr<IFormatProvider>& | Biçim sağlayıcı. |
ReturnValue
String representation of the current DateTimeOffset object.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++