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
Difference between abstract classes and interfaces
What is the default value of singleordefault?
How do I create a dbml file?
What are primitive data types in c#?
How garbage collection deals with circular references.
how encapsulation is implemented in c#
What are methods in C#?
What is parameter c#?
List down the different ide’s provided by microsoft for c# development.
What is the signature of a method?
What is dataadapter c#?
Define multicast delegate in c#?
What are the characteristics of c#?
without modifying source code if we compile again, will it be generated MSIL again?
Why do we need abstraction in c#?