forwardGetInteger Method    Table of ContentGetMaturityMonthYear Method forward
IFieldSet.GetLong Method
Returns value of 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
C#
long GetLong(
	int tag
)

Parameters

tag
Type: System.Int32
Field tag.

Return Value

Type: Int64
Value of long field.
See Also