Re: Triming extra characters ???
From: Chris Dunaway (dunawayc_at_gmail.com)
Date: 02/14/05
- Next message: Chris Dunaway: "Re: Triming extra characters ???"
- Previous message: Prasad Patil: "MAC User Authentication"
- In reply to: serge calderara: "Re: Triming extra characters ???"
- Next in thread: Chris Dunaway: "Re: Triming extra characters ???"
- Messages sorted by: [ date ] [ thread ]
Date: 14 Feb 2005 14:12:43 -0800
Be aware that the Trim function will only remove the characters from
the beginning and end of the string.
If you wish to remove all occurences of the quotation mark, try this:
sRead = sRead.Replace("""",String.Empty)
Note that the first argument above has 4 quotation marks.
There may be other ways to do this that have better performance.
Chris
- Next message: Chris Dunaway: "Re: Triming extra characters ???"
- Previous message: Prasad Patil: "MAC User Authentication"
- In reply to: serge calderara: "Re: Triming extra characters ???"
- Next in thread: Chris Dunaway: "Re: Triming extra characters ???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|