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