System::BoxedValueBase::ToString मेथड
BoxedValueBase::ToString() const method
C# Object.ToString() मेथड का समानांतर। कस्टम ऑब्जेक्ट्स को स्ट्रिंग में बदलने में सक्षम बनाता है।
virtual String System::Object::ToString() const
ReturnValue
String representation as provided by final class.
संबंधित देखें
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Page for C++
BoxedValueBase::ToString(const System::String&) const method
निर्दिष्ट फ़ॉर्मेट स्ट्रिंग का उपयोग करके बॉक्स्ड ऑब्जेक्ट को स्ट्रिंग में परिवर्तित करता है।
System::String System::BoxedValueBase::ToString(const System::String &format) const
संबंधित देखें
- Class String
- Class BoxedValueBase
- Namespace System
- Library Aspose.Page for C++