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


Please Help Members By Posting Answers For Below Questions

What is the default value of object in c#?

552


What is the use of ienumerable?

533


What is difference between dictionary and hashtable in c#?

510


What is a dictionary in c#?

596


Difference between a sub and a function in c#.

624






Does c# support try-catch-finally blocks?

559


How does dictionary work in c#?

556


What is the default boolean value in c#?

576


What is dataadapter c#?

555


What is expression tree in c#?

571


How do I develop c# apps?

603


How to add a readonly property in c#.net

588


What are examples of desktop applications?

591


What is c# in asp net?

567


Can a constructor be private in c#?

566