示例#1
0
        public object GetValue(byte formatByte, ValueInfo valueInfo, byte[] contentBytes)
        {
            if (formatByte == 0xcf)
            {
                return(NumericConverter.ToUInt64(contentBytes));
            }

            return(NumericConverter.ToUInt32(contentBytes));
        }