如何将system.uri
更改为字符串然后更改为整数?
我想在Windows中使用webcontrol.source
作为文件名。
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
TextBox1.Text = (WebControl1.Source)
End Sub
有什么建议吗?
答案 0 :(得分:0)
TextBox1.Text = WebControl1.Source.ToString