Hi,
I am trying to trim the leading tab from a string. It seems like it should be very simple, but it just doesn't work.
I am using:
csContentString.TrimStart('\t');
Can somebody help?
Hi,
I am trying to trim the leading tab from a string. It seems like it should be very simple, but it just doesn't work.
I am using:
csContentString.TrimStart('\t');
Can somebody help?