metode System::IO::File::ReadAllBytes

File::ReadAllBytes method

Membaca konten file biner yang ditentukan ke dalam array byte.

static ArrayPtr<uint8_t> System::IO::File::ReadAllBytes(const String &path)
ParameterTipeDeskripsi
pathconst String&Jalur file yang akan dibaca

ReturnValue

Sebuah array byte yang berisi konten file

Lihat Juga