VersionMadeBy Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.VersionMadeBy Property

Get the version made by for this entry or zero if unknown. The value / 10 indicates the major version number, and the value mod 10 is the minor version number

public int VersionMadeBy {get;}

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace