BitConverter.ToUint16: Value does not fall within the expected range

前端 未结 0 1633
醉酒成梦
醉酒成梦 2021-02-04 20:57

I am working on this simple piece of code:

public void Decode(byte[] raw)
{
    if (raw.Length < 4)
        throw new ArgumentException();

    Code = BitConve         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题