System::IO::File::ReadAllBytes-methode
File::ReadAllBytes method
Leest de inhoud van het opgegeven binaire bestand naar een byte‑array.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | const String& | Het pad van het bestand om te lezen |
ReturnValue
Een byte‑array die de inhoud van het bestand bevat
Zie ook
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++