IFieldSet.GetUnsignedLong Method |
Returns value of unsigned long 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 ulong GetUnsignedLong(
int tag
)
Parameters
- tag
- Type: System.Int32
Field tag.
Return Value
Type:
UInt64Value of unsigned long field.
See Also