[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.BigEndianBinaryReader.ReadUInt32

ReadUInt32 Method

ReadUInt32()

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

Declaration
public uint ReadUInt32()
Public Function ReadUInt32() As UInteger
Returns
Type Description
uint

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