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: string AddLine(this string, string)Declarationpublic static string AddLine(
this string str,
string line
) SummaryAdds the specified line to the end of the current string. Returns the line if the current string is null. |