var fDesc=new Array(); fDesc[0] = "Supports a variety of popular encoding methods, including UUEncode, XXEncode, Base64, Binhex and Quoted-Printable.

Can encode or decode memory buffers, strings, blobs, streaming data, or single files.

Can work directly with Xceed Streaming Compression Library and/or Xceed Encryption Library to perform multiple operations in a single pass.

One fully self-contained object, written with ATL 3.0 for no external dependencies, supports multi-threaded apartment model.

The industry's best technical support. Our team's quick response time with help and solutions earns them praise from customers on a daily basis.

Sold only as part of the Xceed Data Manipulation Suite."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }