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 alias in c#?
What is stringbuilder c#?
Can we instantiate abstract class in c#?
What is the use of nullable types in c#?
What is an assembly in .net?
When a Static Constructor is called in a Class?
What is system console writeline in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What's different between c# and c/c++?
Why we use delegates in c#?
What is escape character in c#?
Explain copy constructor?
What is console write in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is console used for?