The removing of leading and trailing characters in c# is made possible by the System namespace.
My demo uses Windows form to illustrate the trimming of characters.
My form looks as shown below.
The default value in my text box is my name printed with leading and trailing characters as “ Sifiso Ndlovu “.
When you click the Trim button, you are supposed to execute the below code behind the button:
[snippet id=”244″]
The bottom text box is then used to present a trimmed output as shown below:
You can download the solution file here.
Conclusion
That’s all, folks. Till next time.
Cheers,
Sifiso.
CodeProject
0 Comments