类型的价值' System.Uri'无法转换为'整数'

时间:2015-06-17 03:58:04

标签: vb.net winforms

如何将system.uri更改为字符串然后更改为整数? 我想在Windows中使用webcontrol.source作为文件名。

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
    TextBox1.Text = (WebControl1.Source)
End Sub

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

TextBox1.Text = WebControl1.Source.ToString