FileUpHelper.ConvertStreamToByteBuffer Method

HD.Common

FileUpHelperConvertStreamToByteBuffer Method Helper帮助文档
流转化为字节数组

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

public byte[] ConvertStreamToByteBuffer(
	Stream theStream
)
Public Function ConvertStreamToByteBuffer ( 
	theStream As Stream
) As Byte()
public:
array<unsigned char>^ ConvertStreamToByteBuffer(
	Stream^ theStream
)
member ConvertStreamToByteBuffer : 
        theStream : Stream -> byte[] 

Parameters

theStream
Type: System.IOStream

Return Value

Type: Byte
字节数组
See Also

Reference