System::IO::File::ReadAllBytes मेथड
File::ReadAllBytes method
निर्दिष्ट बाइनरी फ़ाइल की सामग्री को बाइट ऐरे में पढ़ता है।
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| पथ | const String& | पढ़ने के लिए फ़ाइल का पथ |
ReturnValue
फ़ाइल की सामग्री को समाहित करने वाला बाइट एरे
संबंधित देखें
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++