NullTerminatedString

Null Terminated String is a data type always ending with 0x00 byte.

Ex.

Input:

ByteDB

Output:

0x42 0x79 0x74 0x65 0x44 0x42 0x00

Last updated