If you are regularly doing an operation on a common type, extension methods are a great way to create shorthand functions for this.
In this post I am sharing my string extension method to convert a string to Title Case (Pascal Case):
If you are regularly doing an operation on a common type, extension methods are a great way to create shorthand functions for this.
In this post I am sharing my string extension method to convert a string to Title Case (Pascal Case):