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 cts, clr?
What is the difference between Static, Const and read only?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Is datetime nullable c#?
How more than one version of an assembly can keep in same place?
What is the difference between double and decimal in c#?
What problem does Delegate Solve?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What are the Features in .net framework 1.1
Is static class thread safe in c#?
Can abstract class have constructor c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What are delegates in C#?
What do u meant by "SBI" of an object?
Difference between debug.write and trace.write?