2
Answers

How to remove character from string

Pinku

Pinku

Nov 19
281
1

I have a string str="Next Action By Download Provider : Price is required; "
I want to remove "Next Action By Download Provider : " but when i am doing its keeping a space.
rowValue = rowValue.Replace("Next Action By Download Provider : ", " ") .
How can i remove a space which is replacing the string.

Answers (2)