J
Jeroen Ceuppens
Hi, I want to parse a string like "abc abc erer" to "abcabcerer"
=> change white spaces, ..... into nullstring
I tried this code:
char[] trimChars={' ','<','>'};
test=test.Trim(trimChars);
but I don't do what I want ((( (it doesn't change anything)
Can anybody help?
Thx
Jc
=> change white spaces, ..... into nullstring
I tried this code:
char[] trimChars={' ','<','>'};
test=test.Trim(trimChars);
but I don't do what I want ((( (it doesn't change anything)
Can anybody help?
Thx
Jc