Click or drag to resize

ObjectIdToByteArray(Byte, Int32) Method

Represent ObjectId as 12 bytes array

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ToByteArray(
	byte[] bytes,
	int startIndex
)

Parameters

bytes  Byte
 
startIndex  Int32
 
See Also