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