Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Xml::GetBinaryContent
Returns binary content of an XML node as a byte array. The content may have been Zip compressed, AES encrypted, or both. Unzip compression and AES decryption flags should be set appropriately.
![]() |
Declarations | ||
|
[Visual Basic] Public Function GetBinaryContent(ByVal Boolean unzipFlag , ByVal Boolean decryptFlag , ByVal String password) As Byte() [C#] public byte [] GetBinaryContent(bool unzipFlag , bool decryptFlag , string password); [C++] public unsigned char __gc[] GetBinaryContent(bool unzipFlag , bool decryptFlag , String *password); [JScript] public function GetBinaryContent(Boolean unzipFlag , Boolean decryptFlag , String password) : Byte[] |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.