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
streamBinaryWriter- The output which the method writes to.
textstring- The input string.