
Hai,
i need a solution for this.
String example="hi i am apple, coming from Bangalore,i am very tasty,";
i am going remove last "," from the example string:
example.RemoveAt(example.LastIndexOf(","));
I have been used String manipulation.
RomoveAt method needs index position of the item where we need to delete an item.
Now u can get a string as:"hi i am apple, coming from Bangalore,i am very tasty"
I hope this will be useful for u...
Regards,
Sheeba