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
How do you declare an arraylist?
Is object an int c#?
Can we have two main methods in c#?
What does ienumerable mean?
What is data hiding in c#?
Is c# and c same?
what are the differences between a class and structure
What is string in c# net?
Explain About delegates
How do I calculate relative time?
What is the difference between system.string and system.text.stringbuilder classes?
What is the default value of string in c#?
Can I use parseint?
Does a class need a constructor c#?
What is a deadlock lock?