Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.