Terminates a string with the given end string/character, but only if the value specified doesn't already exist and the string is not empty.
public static string TerminateString(string value, string terminator)
Parameters
value
terminator
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic