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

Back to Email Class Summary

Email::BEncodeString

Takes a Unicode string, converts it to the charset specified in the 2nd parameter, B-Encodes the converted multibyte data, and returns the encoded Unicode string.

  Declarations  
    [Visual Basic]
Public Function BEncodeString(ByVal String uniStr , ByVal String charset) As String

[C#]
public string BEncodeString(string uniStr , string charset);

[C++]
public String *BEncodeString(String *uniStr , String *charset);

[JScript]
public function BEncodeString(String uniStr , String charset) : String
 
  Parameters  
   
uniStr
Unicode string to be B-Encoded
charset
The name of a character encoding, such as utf-8, shift_JIS, etc. The Unicode string parameter will be converted to this encoding and then B-encoded.
 

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