//string转换为byte[]
byte[] file = Convert.FromBase64String(string数据);

//byte[]转换为string
Convert.ToBase64String(byte[])

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-25
  • 2022-01-29
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案