System::IO::File::ReadAllBytes metodo
File::ReadAllBytes method
Legge il contenuto del file binario specificato in un array di byte.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const String& | Il percorso del file da leggere |
ReturnValue
Un array di byte contenente il contenuto del file
Vedi anche
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++