BlobReader.ReadBytes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads bytes starting at the current position.
public:
cli::array <System::Byte> ^ ReadBytes(int byteCount);
public byte[] ReadBytes(int byteCount);
member this.ReadBytes : int -> byte[]
Public Function ReadBytes (byteCount As Integer) As Byte()
Parameters
- byteCount
- Int32
The number of bytes to read.
Returns
The byte array.
Exceptions
byteCount bytes not available.