Function CSPVariant::GetBinaryDataSize()
Description:
Retrieves the size of the content in binary form.
 |
Prototype:
unsigned long GetBinaryDataSize() const;
Arguments:
No arguments (void).
Return value:
Returns the number of bytes of the binary content.
See also:
member functions GetBinaryData(), SetBinaryData()
|
|