Table of Contents

Method CopyTo

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

CopyTo(Span<byte>)

Writes this value as ten bytes into a caller-provided span.

public void CopyTo(Span<byte> destination)

Parameters

destination Span<byte>

The destination span (must be at least length ten).

Exceptions

ArgumentException

destination is shorter than ten bytes.