FileHelperWrite_Txt Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.FileHelper.Write_Txt(System.String,System.String)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void Write_Txt( string FileName, string Content )
Protected Sub Write_Txt ( FileName As String, Content As String )
protected: void Write_Txt( String^ FileName, String^ Content )
member Write_Txt : FileName : string * Content : string -> unit
Parameters
- FileName
- Type: SystemString
[Missing <param name="FileName"/> documentation for "M:HD.Common.FileHelper.Write_Txt(System.String,System.String)"]
- Content
- Type: SystemString
[Missing <param name="Content"/> documentation for "M:HD.Common.FileHelper.Write_Txt(System.String,System.String)"]
See Also