Crisis.Ionic.Zip.ZipEntry.ToString C# (CSharp) Méthode

ToString() public méthode

Provides a string representation of the instance.
public ToString ( ) : String
Résultat String
        public override String ToString()
        {
            return String.Format("ZipEntry::{0}", FileName);
        }
ZipEntry