Metodo System::Decimal::ToString
Contenuti
[
Nascondere
]Decimal::ToString() const method
Restituisce la rappresentazione testuale del valore rappresentato dall’oggetto.
String System::Decimal::ToString() const
Vedi anche
- 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
Vedi anche
- 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
Vedi anche
- 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
Vedi anche
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const SharedPtr<IFormatProvider>&) const method
Converte l’oggetto corrente in una stringa usando le informazioni di formattazione specifiche della cultura.
String System::Decimal::ToString(const SharedPtr<IFormatProvider> &provider) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| provider | const SharedPtr<IFormatProvider>& | L’oggetto IFormatProvider che fornisce le informazioni di formattazione specifiche per la cultura. |
ReturnValue
La rappresentazione stringa dell’oggetto corrente.
Vedi anche
- 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
Vedi anche
- 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
Vedi anche
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Decimal
- Namespace System
- Library Aspose.Page for C++
Decimal::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
Converte l’oggetto corrente nella sua rappresentazione stringa utilizzando il formato stringa specificato e le informazioni di formattazione specifiche della cultura fornite dall’oggetto IFormatProvider specificato.
String System::Decimal::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| formato | const String& | Il formato stringa. |
| provider | const SharedPtr<IFormatProvider>& | L’oggetto IFormatProvider che fornisce le informazioni di formattazione specifiche per la cultura. |
ReturnValue
La rappresentazione stringa dell’oggetto corrente.
Vedi anche
- 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
Vedi anche
- Class String
- Class Decimal
- Namespace System
- Library Aspose.Page for C++