LBM .Net API Documentation
format Method (buf, offset)
Namespacescom.latencybusters.lbm.sdmLBMSDMFieldBoolformat(array<Byte>[]()[], Int32)
Format a raw boolean in to a byte buffer
Declaration Syntax
C#
public override int format(
	byte[] buf,
	int offset
)
Parameters
buf (array< Byte >[]()[])
The byte buffer to have the boolean formatted in
offset (Int32)
The offset to begin formatting in the buffer
Return Value
The updated offset after formatting (points to an unused offset)

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0