Click or drag to resize

BsonValueGetBytesCountElement Method

Get how many bytes one single element will used in BSON format

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected int GetBytesCountElement(
	string key,
	BsonValue value
)

Parameters

key  String
 
value  BsonValue
 

Return Value

Int32
See Also