3
Answers

Check special character from string delete upto that character c#

Photo of Jhon ABhu

Jhon ABhu

2y
510
1

I have string like below 

IN ('Test 123','12345','163')

NOT IN ('Test 123','12345','163')

want to get like 'Test 123','12345','163' remove those IN and NOT IN and '(' and ')' using c#

Answers (3)