Hello, i have a question... If i have a ListView and i have a subitem with the text 140.00, what can i do to make that string an integer?
Right, now this is my code:
But, i still can't manage to multiply val, it gives me an error...Code:Dim v As String = "50" Dim val As Integer = Convert.ToInt32(v)





Reply With Quote