System::Decimal::ToString μέθοδος
περιεχόμενα
[
κρύβω
]Decimal::ToString() const method
Επιστρέφει την αναπαράσταση σε συμβολοσειρά της τιμής που αντιπροσωπεύεται από το αντικείμενο.
String System::Decimal::ToString() const
Δείτε επίσης
- Class String
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const Decimal&, std::nullptr_t) const method
String System::Decimal::ToString(const Decimal &value, std::nullptr_t) const
Δείτε επίσης
- Class String
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const SharedPtr<Globalization::CultureInfo>&) const method
String System::Decimal::ToString(const SharedPtr<Globalization::CultureInfo> &culture) const
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const SharedPtr<Globalization::NumberFormatInfo>&) const method
String System::Decimal::ToString(const SharedPtr<Globalization::NumberFormatInfo> &nfi) const
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const SharedPtr<IFormatProvider>&) const method
Μετατρέπει το τρέχον αντικείμενο σε συμβολοσειρά χρησιμοποιώντας τις πληροφορίες μορφοποίησης ειδικές για τον πολιτισμό.
String System::Decimal::ToString(const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| provider | const SharedPtr<IFormatProvider>& | Το αντικείμενο IFormatProvider που παρέχει τις πολιτισμικά-συγκεκριμένες πληροφορίες μορφοποίησης. |
ReturnValue
Η αναπαράσταση συμβολοσειράς του τρέχοντος αντικειμένου.
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, const SharedPtr<Globalization::CultureInfo>&) const method
String System::Decimal::ToString(const String &format, const SharedPtr<Globalization::CultureInfo> &culture) const
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) const method
String System::Decimal::ToString(const String &format, const SharedPtr<Globalization::NumberFormatInfo> &nfi) const
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Μετατρέπει το τρέχον αντικείμενο στην αναπαράσταση συμβολοσειράς του χρησιμοποιώντας τη συγκεκριμένη μορφή συμβολοσειράς και τις πολιτισμικά-συγκεκριμένες πληροφορίες μορφοποίησης που παρέχονται από το συγκεκριμένο αντικείμενο IFormatProvider.
String System::Decimal::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Περιγραφή |
|---|---|---|
| μορφή | const String& | Η μορφή συμβολοσειράς. |
| provider | const SharedPtr<IFormatProvider>& | Το αντικείμενο IFormatProvider που παρέχει τις πολιτισμικά-συγκεκριμένες πληροφορίες μορφοποίησης. |
ReturnValue
Η αναπαράσταση συμβολοσειράς του τρέχοντος αντικειμένου.
Δείτε επίσης
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, std::nullptr_t) const method
String System::Decimal::ToString(const String &format, std::nullptr_t=nullptr) const
Δείτε επίσης
- Class String
- Class Decimal
- Namespace System
- Library Aspose.Page for C++