LowerCase is a public static property on To class that returns an instance of private ToLowerCase class that implements IStringTransformer and knows how to turn a string into lower case. The benefit of using Transform and IStringTransformer over ApplyCase and LetterCasing is that LetterCasing is...
LowerCase is a public static property on To class that returns an instance of private ToLowerCase class that implements IStringTransformer and knows how to turn a string into lower case. The benefit of using Transform and IStringTransformer over ApplyCase and LetterCasing is that LetterCasing is...