System::Runtime::InteropServices::Marshal::StringToHGlobalAuto विधि
Marshal::StringToHGlobalAuto method
निर्दिष्ट स्ट्रिंग की सामग्री को अनमैनेज्ड मेमोरी में कॉपी करता है, आवश्यक होने पर ANSI फ़ॉर्मेट में परिवर्तित करता है।
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalAuto(const String &s)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| s | const String& | कॉपी की जाने वाली स्ट्रिंग। |
ReturnValue
अनमैनेज्ड मेमोरी में पता।
संबंधित देखें
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Page for C++