Table of Contents

Method WriteNullTerminatedString

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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.