EasyByte Software

Welcome to EasyByte Software

Home Buy Online Products Downloads Support
Sections
Index
About
Installation
Properties
Methods
ASP and dotNET
Further Information
  

 

 

ZIPDeCompressString Method
 
     

Cryptocx v7 User Guide

 

ZIPDeCompressString Method

This is the method that you use to de-compress a string.

It is complimentary to the ZIPCompressString method.

 

Description

Compresses a String.

     
Syntax

x = object.ZIPDeCompressString

The syntax of the ZIPDeCompressString method has these parts:

Part Description
object A Cryptocx v7 control.
x A string that becomes the de-compressed string of the input string
       
Remarks none
       
Returns

The De-Compressed String (the original)

     
Example Sample Visual Basic Code to create an Compress a string:

Where Cryptocx1 is an instance of a Cryptocx Control.

 

''
'' De-Compress the specified String
''

Dim Cryptocx As New EasyByte_Software.Cryptocxv7

Cryptocx.LicenseKey = "DEMO"

Cryptocx.InputText = txtCompressed.Text
txtUncompressed.Text = Cryptocx.ZIPDeCompressString


'' Free up Memory Resources
''

Set Cryptocx = Nothing

 

 

 

 

Back to Contents Page

 

Click here to set this great site as your home page

Or click here to add it to your Favorites.

  
  
 

Copyright (c) EasyByte Software 1998-2008, info@easybyte.com