Name | Description | |
---|---|---|
AppendString | Appends a string to a StringBuilder, adding a separator if the StringBuilder is not empty. | |
ArrayContains | Determines whether an array of strings contains the specified value. | |
CaseInsensitiveStringEquals | Performs a case-insensitive comparison of two strings. | |
EmptyToNull | Returns the original string, or null if the source is empty, null, or whitespace. | |
LimitText | Truncates a string to the specified length, optionally appending an ellipsis to the string to indicate that it has been truncated. | |
ListToString | Converts a list of strings to a delimiter-separated string | |
NullToEmpty | Returns the original string, or an empty string if the source is null. | |
ReplaceString | Overloaded. Performs a string replacement using the specified comparison operator (case-insensitive by default). | |
StartsWith | Tests whether a string starts with another string | |
StringContains | Tests whether a string contains another string. | |
StripLineBreaks | Removes newlines from a string, replacing them with ". " |