AlbLib.Texts.TextCore.ReadString C# (CSharp) 메소드

ReadString() 개인적인 정적인 메소드

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