StringExtensions

Static Class in Zigurous.Architecture

Declaration

public static class StringExtensions

Description

Extension methods for strings.

Extension Methods

IsEmptyChecks if the string is null or empty.
IsNotEmptyChecks if the string is not null and not empty.
RepeatRepeats the string a given number of times.
ToTitleCaseFormats the string using title case. If the string is null, then the default text will be returned instead.