This library provides a set of extension methods for System.String
. It is a part of the Daily DevOps & .NET - NetEvolve project, which aims to provide a set of useful libraries for .NET developers.
Simple helper method to determine if the value
ends with the suffix
. If not, it will be appended.
Simple helper method to determine if the value
ends with the prefix
. If not, this is prefixed.