StringExtensions
Defines static String extension methods.
Appends a trailing slash to the URL string.
Safely combines the two URL values into a new URL.
Converts the input string to a CSV cell content representation. This method uses double-quotes for the bound
and the newline character for the newline proxy.
public static string ToDelimitedFileCellContents(this string input, string bound, string newlineProxy)
Converts the input string to replace the system newline characters with the provided new line proxy; doubles any existing bound strings in the input.
Converts the input string to a SQL friendly name by removing all non-word characters.
Trims the leading slash from the URL string.
Trims a trailing slash from the URL string.