csharp 一行读写档
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 一行读写档相关的知识,希望对你有一定的参考价值。
File.ReadAllText(path) // (回傳string)
File.ReadAllLines(path) // (回傳array of strings)
File.ReadAllBytes(path) // (回傳一個byte array)
下列四個static methods同樣只需要一個步驟就可把資料寫入到檔案中,傳入參數是路徑以及寫入的資料
File.WriteAllText(path, string)
File.WriteAllLines(path, array of strings)
File.WriteAllBytes(path, bytes)
File.AppendAllText(path, string)
以上是关于csharp 一行读写档的主要内容,如果未能解决你的问题,请参考以下文章
csv文件的创建和打开
csharp 读写json文件
csharp 读写ini文件
在c语言中怎样打开一个文本文档
csharp 标准脚手架读写WebApi控制器
Modbus读写Csharp兼容西门子施耐德