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
Can we create instance of private class in c#?
Major difference between Basic httpbinding and WShttpbinding?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is the meaning of int parse in c#?
For read-only operation which property you have to designated?
What are object pooling and connection pooling and difference between them?
What is a c# delegate?
Is c# used for frontend or backend?
What are the advantages of using assemble language programming?
What is yield c#?
How does it work?
What is option parameter in C#?
What is attribute c#?
Name the property of the textbox which cannot be changed at runtime?