public static bool TryWriteByte(
Span<byte> destination,
byte value
)Public Shared Function TryWriteByte (
destination As Span(Of Byte),
value As Byte
) As Booleanpublic:
static bool TryWriteByte(
Span<unsigned char> destination,
unsigned char value
)static member TryWriteByte :
destination : Span<byte> *
value : byte -> bool