Click or drag to resize
BsonBinaryData Constructor (Byte[], BsonBinarySubType, GuidRepresentation)
Initializes a new instance of the BsonBinaryData class.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public BsonBinaryData(
	byte[] bytes,
	BsonBinarySubType subType,
	GuidRepresentation guidRepresentation
)

Parameters

bytes
Type:System.Byte[]
The binary data.
subType
Type: MongoDB.Bson.BsonBinarySubType
The binary data subtype.
guidRepresentation
Type: MongoDB.Bson.GuidRepresentation
The representation for Guids.
See Also