How to convert between Byte and Byte() in Visual Basic?

前端 未结 0 974
一个人的身影
一个人的身影 2020-12-14 23:32

I have tried to run this code:

    Dim bytes As Byte = Convert.ToByte(video.GetVideo(tb.Text))
    System.IO.File.WriteAllBytes("C:\\" + tb2.Text, b         


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