TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
venkat
NA
138
52k
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.
Reply
Answers (
2
)
MVC Condition based controller call
need help in email services in asp.net c# code