Table of Contents

Method TryWriteLittleEndian

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

TryWriteLittleEndian(Span<byte>, out int)

Tries to write the current value, in little-endian format, to a given span.

public bool TryWriteLittleEndian(Span<byte> destination, out int bytesWritten)

Parameters

destination Span<byte>

The span to which the current value should be written.

bytesWritten int

When this method returns, contains the number of bytes written to destination.

Returns

bool

true if the value was succesfully written to destination; otherwise, false.