binData-subtype
Extracts the subtype (as an xs:byte) from a BSON binary value. The subtype defines how the data in the byte array should be interpreted. For information about the BSON subtypes, see the BSON Specification.

Languages
Built-in
Parameters
Name | Type | Description |
|---|---|---|
binData | bson:binData | The BSON binary value from which the subtype is extracted. |