ISupportBinaryImageSpanTryGenerateBinaryImage Method

Attempts to write this object's binary image to the specified destination span.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.159 -- Release Build+a612c25bc0e1c87e5766544ec4650d2ebcfddcf4
bool TryGenerateBinaryImage(
	Span<byte> destination,
	out int written
)

Parameters

destination  SpanByte
The span to which the binary image will be written.
written  Int32
When this method returns, contains the number of bytes written to destination.

Return Value

Boolean
true if the binary image was successfully written to destination; otherwise, false if the destination span is too small.

See Also