i want display a given number into Rupees Format
Like
Given number is : 156735
my Expected output is 1,56,735.
how to display?
Answer Posted / amarendra kala
For oracle.............
select to_char(156735,'999,99,999.') from dual
output:- 1,56,735.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the default value of object in c#?
What is the use of ienumerable?
What is difference between dictionary and hashtable in c#?
What is a dictionary in c#?
Difference between a sub and a function in c#.
Does c# support try-catch-finally blocks?
How does dictionary work in c#?
What is the default boolean value in c#?
What is dataadapter c#?
What is expression tree in c#?
How do I develop c# apps?
How to add a readonly property in c#.net
What are examples of desktop applications?
What is c# in asp net?
Can a constructor be private in c#?