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

Back to CharsetConvert Class Summary

CharsetConvert::ToCharset

Character encoding of destination, such as "iso-8859-1", "utf-8", or "euc-kr".

  Declarations  
    [Visual Basic]
Public Property ToCharset As String

[C#]
public string ToCharset {get; set;}

[C++]
public: __property String* get_ToCharset();
public: __property void set_ToCharset(String *);

[JScript]
public function get ToCharset() : String;
public function set ToCharset(String);
 

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