Hi all, i wanted to know how to use the Int32.TryParse() method to check if a user input is valid and can be converted to a number, the thing is i dont understand the ByRef result As Integer part in the method: Int32.TryParse(s As String, ByRef result As Integer). So if I use int32.TryParse(UserInput, 0) this works but what should normali go in the ByRef result As Integer part, in other words int32.TryParse(UserInput, what goes in here).
Unfortunately, expression field in Assign, If condition etc doesn’t support ref or out type argument, for example, as the following. It’s handled as In type argument.