forwardGetString Method    Table of ContentGetUnsignedLong Method forward
IFieldSet.GetUnsignedInteger Method
Returns value of unsigned integer field.

Namespace:  OnixS.SimpleBinaryEncoding
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
uint GetUnsignedInteger(
	int tag
)

Parameters

tag
Type: System.Int32
Field tag.

Return Value

Type: UInt32
Value of unsigned integer field.
See Also