ReadBlob(Byte[]) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a blob of System.Byte from the buffer into a newly allocated byte array.
void ReadBlob(
[Out] array<byte>^ pvalue
)
Parameters
- pvalue
- The System.Byte variable array that is to receive the value in the buffer.