Metodo System::IConvertible::ToString
Contenuti
[
Nascondere
]IConvertible::ToString() const method
Analogo al metodo C# Object.ToString(). Consente di convertire oggetti personalizzati in stringa.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
Vedi anche
- Class String
- Class IConvertible
- Namespace System
- Library Aspose.Page for C++
IConvertible::ToString(System::SharedPtr<System::IFormatProvider>) method
Converte il valore di questa istanza in un equivalente System::String utilizzando le informazioni di formattazione specifiche della cultura.
virtual System::String System::IConvertible::ToString(System::SharedPtr<System::IFormatProvider> provider)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| provider | System::SharedPtr<System::IFormatProvider> | Un’implementazione dell’interfaccia System::IFormatProvider che fornisce informazioni di formattazione specifiche della cultura. |
ReturnValue
Un’istanza System::String equivalente al valore di questa istanza.
Vedi anche
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Page for C++