Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 sqlite 表上有一个包含字节 [] 值的列,当我从该列中选择所有值时,当我尝试使用时,我在每一行上都得到“System.Byte []”
cast(my_column as varchar(200))
我得到奇怪的字符
如何将 Byte[] 转换为 sqlite 中的可读字符串?