Ionic.Zip.ZipOutputStream.ToString C# (CSharp) Method

ToString() public method

Provides a string representation of the instance.

This can be useful for debugging purposes.

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