GuidConverterGetSubType Method |
Gets the sub type that corresponds to the guidRepresentation.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntaxpublic static BsonBinarySubType GetSubType(
GuidRepresentation guidRepresentation
)
Public Shared Function GetSubType (
guidRepresentation As GuidRepresentation
) As BsonBinarySubType
static member GetSubType :
guidRepresentation : GuidRepresentation -> BsonBinarySubType
Parameters
- guidRepresentation
- Type: MongoDB.BsonGuidRepresentation
The Guid representation.
Return Value
Type:
BsonBinarySubTypeThe sub type.
See Also