forwardContains Method    Table of ContentGetChar Method forward
IFieldSet.GetBoolean Method
Returns value of bool 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#
bool GetBoolean(
	int tag
)

Parameters

tag
Type: System.Int32
Field tag.

Return Value

Type: Boolean
Value of bool field.
See Also