Method ToByteSpan
ToByteSpan(Span<byte>)
Converts the ObjectId to a byte buffer provided by the input span.
public void ToByteSpan(Span<byte> destination)
Parameters
Exceptions
- ArgumentException
Not enough room in destination span.
Converts the ObjectId to a byte buffer provided by the input span.
public void ToByteSpan(Span<byte> destination)
Not enough room in destination span.