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