Click or drag to resize
GuidConverter.ToBytes Method
Converts a Guid to a byte array.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
public static byte[] ToBytes(
	Guid guid,
	GuidRepresentation representation
)

Parameters

guid
Type: System.Guid
The Guid.
representation
Type: MongoDB.Bson.GuidRepresentation
The representation of the Guid in the byte array.

Return Value

Type:Byte[]
A byte array.
See Also