Visual Studio 2010 - Visual Basic
Conversion Summary (Visual Basic)
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action | Language element |
|---|---|
Convert ANSI value to string. | |
Convert string to lowercase or uppercase. | |
Convert date to serial number. | |
Convert decimal number to other bases. | |
Convert number to string. | |
Convert one data type to another. | CBool, CByte, CDate, CDbl, CDec, CInt, CLng, CSng, CShort, CStr, CType, Fix, Int |
Convert date to day, month, weekday, or year. | |
Convert time to hour, minute, or second. | |
Convert string to ASCII value. | |
Convert string to number. | |
Convert time to serial number. |
See Also