📜  c# 获取文件的所有字节 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:15.543000             🧑  作者: Mango

代码示例1
//replace filepath with the real filepath
byte[] fileBytes = System.IO.File.ReadAllBytes(filepath);