AspConv is a component in the AspLib series. This component comes packaged with other components of the AspLib series. The components are not available for purchase seperately. AspConv provides access to commonly needed conversion functions including:
- Base64 encoding and decoding of files and strings
- UUEncoding and decoding of files
- HTML encoding and decoding of strings
- Conversion of common MIME type descriptions and extensions
| <% |
| Set ConvObj = Server.CreateObject("AspConv.Expert") |
| strEncValue = ConvObj.URLDecode("this%20string%20was%67e(n)coded") |
| %> |
| |
Article ID: 326, Created On: 4/24/2009, Modified: 4/25/2009