Method CopyTo
CopyTo(Span<byte>)
Writes this value as ten bytes into a caller-provided span.
public void CopyTo(Span<byte> destination)
Parameters
Exceptions
- ArgumentException
destinationis shorter than ten bytes.
Writes this value as ten bytes into a caller-provided span.
public void CopyTo(Span<byte> destination)
destination is shorter than ten bytes.