FileUpHelper.GetBinaryFile Method

HD.Common

FileUpHelperGetBinaryFile Method Helper帮助文档
转换为字节数组

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

public byte[] GetBinaryFile(
	string filename
)
Public Function GetBinaryFile ( 
	filename As String
) As Byte()
public:
array<unsigned char>^ GetBinaryFile(
	String^ filename
)
member GetBinaryFile : 
        filename : string -> byte[] 

Parameters

filename
Type: SystemString
文件名

Return Value

Type: Byte
字节数组
See Also

Reference