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

Back to CharsetConvert Class Summary

CharsetConvert::DetectCharset

Tries to detect the charset by examining the character data. This method is more accurate when more data is available to examine, but is never 100% accurate.

  Declarations  
    [Visual Basic]
Public Function DetectCharset(ByVal textData() As Byte) As String

[C#]
public string DetectCharset(byte[] textData);

[C++]
public String *DetectCharset(unsigned char __gc[] textData);

[JScript]
public function DetectCharset(Byte[] textData) : String
 
  Parameters  
   
textData
Text data to analyze to detect the character encoding.
 

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