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
ParameterTypeAçıklama
biçimSystem::StringDize biçimi
argSystem::SharedPtr<System::Object>Biçimlendirilecek nesne
formatProviderSystem::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