System::IConvertible::ToString método
Contenido
[
Ocultar
]IConvertible::ToString() const method
Análogo al método C# Object.ToString(). Permite convertir objetos personalizados a cadena.
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
Ver también
- Class String
- Class IConvertible
- Namespace System
- Library Aspose.Page for C++
IConvertible::ToString(System::SharedPtr<System::IFormatProvider>) method
Convierte el valor de esta instancia a un System::String equivalente usando la información de formato específica de cultura proporcionada.
virtual System::String System::IConvertible::ToString(System::SharedPtr<System::IFormatProvider> provider)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| provider | System::SharedPtr<System::IFormatProvider> | Una implementación de la interfaz System::IFormatProvider que proporciona información de formato específica de cultura. |
ReturnValue
Una instancia de System::String equivalente al valor de esta instancia.
Ver también
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Page for C++