Reference Library
ReadNullTerminatedByteArray Method
NamespacesMBNCSUtilDataReaderReadNullTerminatedByteArray()()()()
Reads a null-terminated byte array from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] ReadNullTerminatedByteArray()
Public Function ReadNullTerminatedByteArray As Byte()
public:
array<unsigned char>^ ReadNullTerminatedByteArray()
Return Value
The next byte array in the stream, terminated by a value of 0.
Remarks

The return value includes the null terminator.

Assembly: Asgard5Library (Module: Asgard5Library)