StringExtensions
Static Class in Zigurous.DataStructures
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. |