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


Please Help Members By Posting Answers For Below Questions

What is cts, clr?

605


What is the difference between Static, Const and read only?

824


Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards

1667


Is datetime nullable c#?

685


How more than one version of an assembly can keep in same place?

714


What is the difference between double and decimal in c#?

684


What problem does Delegate Solve?

747


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

737


What are the Features in .net framework 1.1

740


Is static class thread safe in c#?

712


Can abstract class have constructor c#?

631


how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge

1830


What are delegates in C#?

756


What do u meant by "SBI" of an object?

743


Difference between debug.write and trace.write?

735