ZipConstants Properties

SharpZip Compression Library

SharpZip Compression Library

ZipConstants Properties

The properties of the ZipConstants class are listed below. For a complete list of ZipConstants class members, see the ZipConstants Members topic.

Public Static Properties

DefaultCodePage Default encoding used for string conversion. 0 gives the default system Ansi code page. Dont use unicode encodings if you want to be Zip compatible! Using the default code page isnt the full solution neccessarily there are many variable factors, codepage 850 is often a good choice for European users, however be careful about compatability.

See Also

ZipConstants Class | ICSharpCode.SharpZipLib.Zip Namespace