.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::CopyToHex

Returns the compressed data as a hexidecimal encoded string. This data can be re-added to a Zip by calling Zip.AppendHex.

  Declarations  
    [Visual Basic]
Public Function CopyToHex() As String

[C#]
public string CopyToHex();

[C++]
public String *CopyToHex();

[JScript]
public function CopyToHex() : String
 
  Parameters  
   
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.