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 / srikanth
You Can Use Just
String.Format("{0:C}",156735);
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
List some Advantages of switch-case over if else?
How to transpose multi-dimensional array?
Differentiate between method overriding from method overloading with its functionality?
What is difference between abstraction and encapsulation in c#?
What is args c#?
What is a string in c#?
Can you drink alcohol with a loop recorder?
How can I check the type of an object at runtime?
What is view state c#?
What is inumerable?
What is ulong in c#?
What do you mean by synchronous and asynchronous operations?
How we convert private assembly into public assembly?
What are value types and reference types?
What is the use of ienumerable in c#?