01:读写.pdf

时间:2022-09-09 16:05:03
【文件属性】:

文件名称:01:读写.pdf

文件大小:42KB

文件格式:PDF

更新时间:2022-09-09 16:05:03

01:读写

//1.得到文件的所有内容,变换为byte数组 byte[] bytes = File.ReadAllBytes(txtReader.Text.Trim()); //2.将得到的byte数组转换为文件 string str = Encoding.GetEncoding("utf-8").GetString(bytes);


网友评论