1.

Which of the following converts the expression to Decimal data type in VB.NET?

A. CDbl(expression)
B. CDec(expression)
C. CInt(expression)
D. CLng(expression)
Answer» C. CInt(expression)


Discussion

No Comment Found