System::ICustomFormatter::Format yöntemi
ICustomFormatter::Format method
Geçerli nesne tarafından temsil edilen bir değerin, belirtilen biçimi kullanarak 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
| Parameter | Type | 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‘in, format ve formatProvider tarafından belirtilen formata 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.Page for C++