Method ReadNullTerminatedString
ReadNullTerminatedString(BinaryReader)
Read the string from the BinaryReader BinaryWriter in a C-friendly format.
public static string ReadNullTerminatedString(this BinaryReader stream)
Parameters
stream
BinaryReader- The input which the method reads from.
Returns
- string
- The output string.