ToString() public method

Gets a string representation of this ZipEntry.
public ToString ( ) : string
return string
Example #1
0
 public override void OnPostZip(ICSharpCode.SharpZipLib.Zip.ZipEntry entry)
 {
     Debug.Log("OnPostZip=>" + entry.ToString());
 }