Class StringBuilderExtensions
Extension methods for System.Text.StringBuilder.
Inheritance
Inherited Members
Namespace: Mozzarella
Assembly: cs.temp.dll.dll
Syntax
public static class StringBuilderExtensions
Methods
Name | Description |
---|---|
Append(StringBuilder, String, String) | If |
AppendIf(StringBuilder, Boolean, Func<String>) | Appends the result of |
AppendIf(StringBuilder, Boolean, String) | Appends |
AppendJoin(StringBuilder, String, IEnumerable<String>) | Appends all the strings in |
AppendJoin(StringBuilder, String, IList<String>) | Appends all the strings in |
AppendJoin(StringBuilder, String, String[]) | Appends all the strings in |
Contains(StringBuilder, String) | Returns true if |
IndexOf(StringBuilder, String) | Returns the ordinal position of the start of |
IndexOf(StringBuilder, String, Int32) | Returns the ordinal position of the start of |
LastIndexOf(StringBuilder, String) | Returns the last ordinal position of the start of |
LastIndexOf(StringBuilder, String, Int32) | Returns the last ordinal position of the start of |
ToLower(StringBuilder) | Ensures/converts the entire contents of the |
ToLower(StringBuilder, CultureInfo) | Ensures/converts the entire contents of the |
ToUpper(StringBuilder) | Ensures/converts the entire contents of the |
ToUpper(StringBuilder, CultureInfo) | Ensures/converts the entire contents of the |
Trim(StringBuilder) | Removes all leading and trailing whitespace from |
Trim(StringBuilder, Char[]) | Removes all leading and trailing characters in |
TrimEnd(StringBuilder) | Removes all trailing whitespace from |
TrimEnd(StringBuilder, Char[]) | Removes all trailing characters in |
TrimStart(StringBuilder) | Removes all leading whitespace from |
TrimStart(StringBuilder, Char[]) | Removes all leading characters in |