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