Simply type casting is the procedure to convert the data from one type to another in any programming language.
Type casting Functions:
Cint() à
Convert to integer
Cdbl() à
Convert to double(float)
Clng() à
Convert to long integer
Cdate() à
Convert to date in format
Ccur() à
Convert to currency
Cstr() à
Convert to string
Here, default value type is string.
No comments:
Post a Comment