Reference Library
Insert Method (b)
NamespacesMBNCSUtilDataBufferInsert(Boolean)
Inserts the specified Boolean value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	bool b
)
Public Sub Insert ( _
	b As Boolean _
)
public:
void Insert(
	bool b
)
Parameters
b (Boolean)
The value to insert.
Remarks
This method inserts a 32-bit value of 1 or 0 based on the value of the parameter: 1 if the value is true, or otherwise 0.

Assembly: Asgard5Library (Module: Asgard5Library)