System::IO::File::ReadAllBytes método
File::ReadAllBytes method
Lee el contenido del archivo binario especificado a un arreglo de bytes.
static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ruta | const String& | La ruta del archivo a leer |
ReturnValue
Un arreglo de bytes que contiene el contenido del archivo
Ver también
- Typedef ArrayPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++