Question 1

The ______ function is used to convert a string to a numeric value with culture-specific formatting.
Double.Parse

Question 2

The ______ function is to find the current hour of the day.
Hour(Now)

Question 3

The ______ keyword is used to inherit from a base class.
Inherits

Question 4

The ______ function is used to convert a string to a numeric value with comma-separated thousands.
Val

Question 5

The ______ function is used to convert a string to a numeric value with error handling.
Integer.TryParse