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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public static byte[] ToBytes(
	Guid guid,
	GuidRepresentation guidRepresentation
)

Parameters

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

Return Value

Type:Byte[]
A byte array.
See Also