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

Back to Crypt Class Summary

Crypt::DecodeQuotedPrintable

Decodes a string encoded in the quoted-printable format. Returns the original data as a byte array.

  Declarations  
    [Visual Basic]
Public Function DecodeQuotedPrintable(ByVal String qpString) As Byte()

[C#]
public byte [] DecodeQuotedPrintable(string qpString);

[C++]
public unsigned char __gc[] DecodeQuotedPrintable(String *qpString);

[JScript]
public function DecodeQuotedPrintable(String qpString) : Byte[]
 
  Parameters  
   
qpString
A quoted-printable string
 

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