System::IO::File::ReadAllBytes méthode
File::ReadAllBytes method
Lit le contenu du fichier binaire spécifié dans un tableau d’octets.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const String& | Le chemin du fichier à lire |
ReturnValue
Un tableau d’octets contenant le contenu du fichier
Voir aussi
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++