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

Can enum be null c#?

619


What does console mean c#?

594


What is use of abstract class in c#?

588


What is the purpose of static?

583


Can u list some style properties of List Box?

581






What is stringbuilder c#?

604


What is difference between out and ref in c#?

616


What are circular references? How garbage collection deals with circular references.

614


What to implement on my class Finalize or IDisposable

635


Why ref is used in c#?

546


What is console writeline in c#?

559


Is c sharp free?

620


What is the advantage of dependency injection?

588


Why do we use partial class in c#?

568


What is a multicast delegate in c#?

617