Dear Friends
What is the Trim function in C#.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sushil BadyalPosted Apr 12, 2006, 5:40 AM
TrimStart - to remove white space from sart -" a b"
TrimEnd - to remove white space from end-"ab "
nagarjuna prasadPosted Apr 11, 2006, 9:37 AM