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

Back to Email Class Summary

Email::BEncodeBytes

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

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

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

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

[JScript]
public function BEncodeBytes(Byte[] byteArray , String charset) : String
 
  Parameters  
   
byteArray
Byte data to be B-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.