I\'ve written a class for processing strings and I have the following problem: the string passed in can come with spaces at the beginning and at the end of the string.
Try method chaining.
Ex:
var s = " YoUr StRiNg".Trim().ToLower();