Pinku

Pinku

  • 1.4k
  • 294
  • 44.9k

How to remove character from string

Nov 19 2024 2:34 PM

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 (1)