StringExtensions
Static Class in Zigurous.Architecture
Declaration
public static class StringExtensionsDescription
Extension methods for strings.
Extension Methods
| IsEmpty | Checks if the string is null or empty. |
| IsNotEmpty | Checks if the string is not null and not empty. |
| Repeat | Repeats the string a given number of times. |
| ToTitleCase | Formats the string using title case. If the string is null, then the default text will be returned instead. |