HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: IEnumerable<string> Trim(this IEnumerable<string>)Declarationpublic static IEnumerable<string> Trim(
this IEnumerable<string> values
) SummaryReturns the specified collection, but with leading and trailing empty strings and nulls removed. |