DataReader.ReadInt16 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 a 16-bit integer value from the input stream.
public:
virtual short ReadInt16() = ReadInt16;
short ReadInt16();
public short ReadInt16();
function readInt16()
Public Function ReadInt16 () As Short
Returns
Int16
short
The value.