CType Function - Returns the result of explicitly converting an expression to a specified data type, object, structure, class, or interface.
CType(expression, typename)
expression - Any valid expression. If the value of expression is outside the range allowed by typename, an error occurs...