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
What is the namespace for the thread class?
What is the difference between ref and out parameters in c#?
What is reflection in c#?
List down the differences between public, static and void keywords?
Do void methods have parameters?
What are the different states of a thread?
Why do we need encapsulation in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
who is a protected class-level variable available to?
What is the compiler of c#?
How you will create satellite assemblies?
Are c# constructors the same as c++ constructors?
How many bytes is a char c#?
What are c# i/o classes?
What are native functions?