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

Back to Email Class Summary

Email::QEncodeBytes

Takes a byte array of multibyte (non-Unicode) data and returns a Unicode Q-Encoded string.

  Declarations  
    [Visual Basic]
Public Function QEncodeBytes(ByVal byteArray() As Byte , ByVal String charset) As String

[C#]
public string QEncodeBytes(byte[] byteArray , string charset);

[C++]
public String *QEncodeBytes(unsigned char __gc[] byteArray , String *charset);

[JScript]
public function QEncodeBytes(Byte[] byteArray , String charset) : String
 
  Parameters  
   
byteArray
Byte data to be Q-Encoded
charset
The name of the character encoding, such as utf-8, shift_JIS, etc. The 1st parameter (byteArray) contains characters in this encoding.
 

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