Method WriteNullTerminatedString
WriteNullTerminatedString(BinaryWriter, string)
Write the string to the BinaryWriter in a C-friendly format.
public static void WriteNullTerminatedString(this BinaryWriter stream, string text)
Parameters
stream
BinaryWriter- The output which the method writes to.
text
string- The input string.