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#