ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / ZipEncoding Class / Encoding Property

In This Topic
    Encoding Property
    In This Topic
    Gets or sets Encoding that is used for entry names and comments. The default encoding is UTF-8.
    Syntax
    Public Shared Property Encoding As Encoding
    public static Encoding Encoding {get; set;}
    See Also