AlbLib.Texts.TextCore.ReadString C# (CSharp) Méthode

ReadString() private static méthode

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