BsonBinaryDataToGuid Method (GuidRepresentation) |
Converts this BsonBinaryData to a Guid.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public Guid ToGuid(
GuidRepresentation guidRepresentation
)
Public Function ToGuid (
guidRepresentation As GuidRepresentation
) As Guid
member ToGuid :
guidRepresentation : GuidRepresentation -> Guid
Parameters
- guidRepresentation
- Type: MongoDB.BsonGuidRepresentation
The representation for Guids.
Return Value
Type:
GuidA Guid.
See Also