VB6 LtXmlComLib20.BinaryData
In This Topic
LtXmlComLib20.BinaryData Class
A primitive type to hold binary data that is to be insterted into an XML document
|
|
Members |
Description |
|
|
|
Append |
Appends data to the end of the existing data |
|
|
|
ApeendString |
Appends a string to the end of the existing data |
|
|
|
AsBase64 |
Gets the binary data as a base64 encoded sting |
|
|
|
AsHexString |
Gets the binary data as a hex encoded sting |
|
|
|
AsString |
Gets the binary data as a sting (may cause problems if there are binary chars) |
|
|
|
Data |
Gets the data buffer |
|
|
|
Equals |
Compares this objects data with another objects |
|
|
|
Length |
Gets the number of bytes held |
|
|
|
SetBuffer |
Sets the binary data into the buffer |
|
|
|
SetBufferFromBase64String |
Sets a base64 encoded string into the buffer |
|
|
|
SetBufferFromHexString |
Sets a hex encoded string into the buffer |
|
|
|
SetBufferFromString |
Sets a string into the buffer as a sequence of ascii chars |
|