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
ParametreTürAçı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‘ın, format ve formatProvider tarafından belirtilen biçime göre biçimlendirilmiş dize temsili

Ayrıca Bakınız