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

Back to CharsetConvert Class Summary

CharsetConvert::VerifyData

Verify that a memory buffer contains only characters that are valid for the specified character set. Returns true if valid.

  Declarations  
    [Visual Basic]
Public Function VerifyData(ByVal String charset , ByVal charData() As Byte) As Boolean

[C#]
public bool VerifyData(string charset , byte[] charData);

[C++]
public bool VerifyData(String *charset , unsigned char __gc[] charData);

[JScript]
public function VerifyData(String charset , Byte[] charData) : Boolean
 
  Parameters  
   
charset
Character set such as iso-8859-1
charData
Byte array of character data to be tested.
 

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