Table of Contents

Method Subtype

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Subtype<TValue>(TValue)

Returns the subtype of a given binary value.

public static BsonBinarySubType? Subtype<TValue>(TValue value)

Parameters

value TValue

The binary value.

Returns

BsonBinarySubType?

The binary subtype.

Type Parameters

TValue

The type of the binary value.