Table of Contents

Method ReadNullTerminatedString

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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.