System::ICustomFormatter::Format método
ICustomFormatter::Format method
Devuelve una representación en cadena de un valor representado por el objeto actual usando el formato especificado.
virtual System::String System::ICustomFormatter::Format(System::String format, System::SharedPtr<System::Object> arg, System::SharedPtr<System::IFormatProvider> formatProvider)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| formato | System::String | El formato de cadena |
| arg | System::SharedPtr<System::Object> | El objeto a formatear |
| formatProvider | System::SharedPtr<System::IFormatProvider> | El objeto que proporciona la información de formato |
ReturnValue
La representación en cadena de arg formateada según el formato especificado por format y formatProvider
Ver también
- Class String
- Typedef SharedPtr
- Class Object
- Class IFormatProvider
- Class ICustomFormatter
- Namespace System
- Library Aspose.Page for C++