to-binData
Enables you to create a BSON binary value from the specified BSON subtype and content.

Languages
Built-in
Parameters
Name | Type | Description |
|---|---|---|
subtype | xs:byte | The BSON subtype that indicates how the binary data should be interpreted. |
content | xs:base64Binary | The raw sequence of bytes representing the data to be stored. |