Exemplo n.º 1
0
 public static char Char(ReadOnlySpan <byte> bytes, int offset)
 {
     return((char)FastBinaryRead.UInt16(bytes, offset));
 }
Exemplo n.º 2
0
 public static char Char(ref byte[] bytes, int offset)
 {
     return((char)FastBinaryRead.UInt16(ref bytes, offset));
 }