DataReader.FromBuffer(IBuffer) 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.
Creates a new instance of the data reader with data from the specified buffer.
public:
static DataReader ^ FromBuffer(IBuffer ^ buffer);
static DataReader FromBuffer(IBuffer const& buffer);
public static DataReader FromBuffer(IBuffer buffer);
function fromBuffer(buffer)
Public Shared Function FromBuffer (buffer As IBuffer) As DataReader
Parameters
- buffer
- IBuffer
The buffer.
Returns
The data reader.