venkat

venkat

  • NA
  • 138
  • 49.7k

need to pass numeric(20, 8) as a output

Aug 10 2018 2:15 AM
Hi all,
 
I need to pass numeric value  as a input.
 my filed datatype is numeric(20, 8).
Example:  my input is 1.8 but i need to send as 1.80000000 in C# code . can any one help on this. 
one more example: input 454.89
expected output is: 454.89000000
 
how to get this output  using c#.net.
 

Answers (2)