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
In which order the constructor is called for an inherited class?
What is parsing?
Can an exception be thrown from a catch block?
Explain what is an interface in c#?
What is the console on a mac?
What is array and its types in c#?
Why do we need abstract class?
Can datetime be null c#?
What is xslt in c#?
Is string nullable c#?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
Why static constructor is parameterless in c#?
What is the difference between static class and abstract class in c#?
What is ienumerable and iqueryable?
Can constructor be private c#?