ZipEntry.ToString Method

Gets the string representation of this ZipEntry. This is just the name as returned by getName().

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace