binData-content
Extracts the content (as an xs:base64Binary) from a BSON binary value. Content is the raw sequence of bytes that represents the data stored in the BSON binary value. The interpretation of the bytes depends on the binary subtype.
Languages
Built-in
Parameters
Name | Type | Description |
|---|---|---|
binData | bson:binData | The BSON binary value from which the content is extracted. |