[This is preliminary documentation and is subject to change.]
Reads unsigned 32-bit int from stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static uint ReadUInt32(
Stream stream
)
public static uint ReadUInt32(
Stream stream
)
Public Shared Function ReadUInt32 (
stream As Stream
) As UInteger
Public Shared Function ReadUInt32 (
stream As Stream
) As UInteger
public:
static unsigned int ReadUInt32(
Stream^ stream
)
public:
static unsigned int ReadUInt32(
Stream^ stream
)
static member ReadUInt32 :
stream : Stream -> uint32static member ReadUInt32 :
stream : Stream -> uint32Return Value
Type:
UInt32