Skip to content

SystemJsonBsonSerializer.IsPotentialBsonData(byte[]) method

Defined in

Type: SystemJsonBsonSerializer Namespace: Akavache.Reactive.SystemTextJson Assembly: Akavache.SystemTextJson.Bson.Reactive.dll

Applies to

net10.0-android36.0, net462, net481, net471

public static bool IsPotentialBsonData(byte[] data)

View source

Summary: Checks if data might be BSON format.

Parameters

NameTypeDescription
databyte[]The data to check.

Returns: bool -- True if data might be BSON.