Metode System::ICustomFormatter::Format
ICustomFormatter::Format method
Mengembalikan representasi string dari nilai yang diwakili oleh objek saat ini menggunakan format yang ditentukan.
virtual System::String System::ICustomFormatter::Format(System::String format, System::SharedPtr<System::Object> arg, System::SharedPtr<System::IFormatProvider> formatProvider)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| format | System::String | Format string |
| arg | System::SharedPtr<System::Object> | Objek yang akan diformat |
| formatProvider | System::SharedPtr<System::IFormatProvider> | Objek yang menyediakan informasi pemformatan |
ReturnValue
Representasi string dari arg yang diformat sesuai dengan format yang ditentukan oleh format dan formatProvider
Lihat Juga
- Class String
- Typedef SharedPtr
- Class Object
- Class IFormatProvider
- Class ICustomFormatter
- Namespace System
- Library Aspose.Page for C++