System::Decimal::ToString methode
inhoud
[
verbergen
]Decimal::ToString() const method
Retourneert de tekenreeksrepresentatie van de door het object gerepresenteerde waarde.
String System::Decimal::ToString() const
Zie ook
- 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
Zie ook
- 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
Zie ook
- 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
Zie ook
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const SharedPtr<IFormatProvider>&) const method
Converteert het huidige object naar een tekenreeks met behulp van cultuurspecifieke opmaakinformatie.
String System::Decimal::ToString(const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Beschrijving |
|---|---|---|
| provider | const SharedPtr<IFormatProvider>& | Het IFormatProvider object dat de cultuurspecifieke opmaakinformatie levert. |
ReturnValue
De tekenreeksrepresentatie van het huidige object.
Zie ook
- 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
Zie ook
- 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
Zie ook
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Converteert het huidige object naar zijn tekenreeksrepresentatie met behulp van het opgegeven tekenreeksformaat en de cultuurspecifieke opmaakinformatie die wordt geleverd door het opgegeven IFormatProvider object.
String System::Decimal::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| Parameter | Type | Beschrijving |
|---|---|---|
| formaat | const String& | Het tekenreeksformaat. |
| provider | const SharedPtr<IFormatProvider>& | Het IFormatProvider object dat de cultuurspecifieke opmaakinformatie levert. |
ReturnValue
De tekenreeksrepresentatie van het huidige object.
Zie ook
- 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
Zie ook
- Class String
- Class Decimal
- Namespace System
- Library Aspose.Page for C++