Computer Science, asked by siscor5966, 17 days ago

name the function that converts a string value into equivalent number in vb

Answers

Answered by Zebali
0

Answer:

You can use the Val function to explicitly convert the digits in a string to a number. Val reads the string until it encounters a character other than a digit, space, tab, line feed, or period.

Similar questions