[This is preliminary documentation and is subject to change.]
Encodes byte buffer purposed for id, using proper binary subtype
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static BSONElement ByteBufferID_CLRtoBSON(
string name,
byte[] buf
)
public static BSONElement ByteBufferID_CLRtoBSON(
string name,
byte[] buf
)
Public Shared Function ByteBufferID_CLRtoBSON (
name As String,
buf As Byte()
) As BSONElement
Public Shared Function ByteBufferID_CLRtoBSON (
name As String,
buf As Byte()
) As BSONElement
public:
static BSONElement^ ByteBufferID_CLRtoBSON(
String^ name,
array<unsigned char>^ buf
)
public:
static BSONElement^ ByteBufferID_CLRtoBSON(
String^ name,
array<unsigned char>^ buf
)
static member ByteBufferID_CLRtoBSON :
name : string *
buf : byte[] -> BSONElement
static member ByteBufferID_CLRtoBSON :
name : string *
buf : byte[] -> BSONElement
Return Value
Type:
BSONElement