[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.BigEndianBinaryReader.ReadUInt16

ReadUInt16 Method

ReadUInt16()

Reads a 2-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.

Declaration
public ushort ReadUInt16()
Public Function ReadUInt16() As UShort
Returns
Type Description
ushort

A 2-byte unsigned integer read from the current stream.