String trimming

Jul 27 2016 1:21 AM
How to trim the string which have ~ and 0 characters.
My String like this..."Windshield~0~0|R View Mirror~0~0|F Bumper Cover Lower~0~0|......."
I don't want ~ and 0 characters.....and i have tried .TrimEnd('~','0').but not working....
 

Answers (3)