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

ToString() public méthode

Provides a string representation of the instance.

This can be useful for debugging purposes.

public ToString ( ) : String
Résultat String
        public override String ToString()
        {
            return String.Format ("ZipOutputStream::{0}(leaveOpen({1})))", _name, _leaveUnderlyingStreamOpen);
        }