ObjectIdToByteArray Method |
Converts the ObjectId to a byte array.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public byte[] ToByteArray()
Public Function ToByteArray As Byte()
member ToByteArray : unit -> byte[]
Return Value
Type:
ByteA byte array.
See Also