V
vinnie
Does this mean Convert?
double Amout = 123;
decimal value = (decimal)Amount;
What will be value after that? 123?
Thanks
double Amout = 123;
decimal value = (decimal)Amount;
What will be value after that? 123?
Thanks