Parse a byte buffer containing a raw decimal field (as received on a socket)
The byte buffer must be in network order
for example if the message has bad data

Declaration Syntax
public virtual int parse(
byte[] buf,
int offset
)

Parameters
- buf (array<
Byte
>[]()[])
- The byte array (buffer) containing the raw decimal to be parsed
- offset (Int32)
- The index in the array where parsing should start

Return Value
the new offset after parsing the field
Assembly:
lbmcssdm (Module: lbmcssdm) Version: 5.3.6.0