in C Sharp by (2.6k points)
Which statment converts a floating point or integer type to a decimal type in C#?

A - ToDecimal

B - ToDouble

C - ToInt16

D - ToInt32

1 Answer

0 votes
by (2.6k points)

Ans is 

A - ToDecimal

Related questions

0 votes
0 votes
asked Jun 16, 2020 in C Sharp by Hodge (2.6k points)
...