System::ICustomFormatter::Format yöntemi
ICustomFormatter::Format method
Belirtilen biçimi kullanarak geçerli nesne tarafından temsil edilen bir değerin dize temsili döndürür.
virtual System::String System::ICustomFormatter::Format(System::String format, System::SharedPtr<System::Object> arg, System::SharedPtr<System::IFormatProvider> formatProvider)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| biçim | System::String | Dize biçimi |
| arg | System::SharedPtr<System::Object> | Biçimlendirilecek nesne |
| formatProvider | System::SharedPtr<System::IFormatProvider> | Biçimlendirme bilgilerini sağlayan nesne |
ReturnValue
arg‘ın, format ve formatProvider tarafından belirtilen biçime göre biçimlendirilmiş dize temsili
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class Object
- Class IFormatProvider
- Class ICustomFormatter
- Namespace System
- Library Aspose.Font for C++