public static string EnsureContains( this string originalString, string valuesToEnsure, char separatorChar, bool shouldTrim = true )
In This Article