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)
Summary: Checks if data might be BSON format.
Parameters
| Name | Type | Description |
|---|---|---|
data | byte[] | The data to check. |
Returns: bool -- True if data might be BSON.