AlbLib.Texts.TextCore.ReadString C# (CSharp) Method

ReadString() private static method

private static ReadString ( BinaryReader reader ) : string
reader System.IO.BinaryReader
return string
        private static string ReadString(BinaryReader reader)
        {
            return TrimNull(reader.ReadChars(20));
        }