System::ICustomFormatter::Format मेथड

ICustomFormatter::Format method

वर्तमान ऑब्जेक्ट द्वारा प्रतिनिधित्व किए गए मान की स्ट्रिंग प्रतिनिधित्व को निर्दिष्ट फ़ॉर्मेट का उपयोग करके लौटाता है।

virtual System::String System::ICustomFormatter::Format(System::String format, System::SharedPtr<System::Object> arg, System::SharedPtr<System::IFormatProvider> formatProvider)=0
पैरामीटरप्रकारविवरण
फ़ॉर्मेटSystem::Stringस्ट्रिंग फ़ॉर्मेट
argSystem::SharedPtr<System::Object>फ़ॉर्मेट किए जाने वाला ऑब्जेक्ट
formatProviderSystem::SharedPtr<System::IFormatProvider>फ़ॉर्मेटिंग जानकारी प्रदान करने वाला ऑब्जेक्ट

ReturnValue

फ़ॉर्मेट और formatProvider द्वारा निर्दिष्ट फ़ॉर्मेट के अनुसार स्वरूपित arg की स्ट्रिंग प्रतिनिधित्व

संबंधित देखें