FileHelper.ReadFile Method

HD.Common

FileHelperReadFile Method Helper帮助文档
读文件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string ReadFile(
	string Path
)
Public Shared Function ReadFile ( 
	Path As String
) As String
public:
static String^ ReadFile(
	String^ Path
)
static member ReadFile : 
        Path : string -> string 

Parameters

Path
Type: SystemString
文件路径

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.FileHelper.ReadFile(System.String)"]

See Also

Reference