i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
6 13614How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?
2 4184