String variable stores value as like .. careteam order 4-26-11.csv
i need to trim the value .. in c# as like careteamorder4-26-11.csv
- by removing the space ..!
how to remove empty space in the string variable ?
string trimmed = "careteam order4-26-11.csv".Replace(" ", string.Empty);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With