FileHelper.Read Method

DCSoft.DBUtilityGeneric

FileHelperRead Method
读文件

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string Read(
	string path
)

Parameters

path
Type: SystemString
文件路径

Return Value

Type: String
读取后的文本内容
See Also