StringExtensions Class |
Namespace: CSScriptLib
public static class StringExtensions
The StringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEmpty |
Determines whether the string is empty (or null).
| |
| IsNotEmpty |
Determines whether the string is not empty (or null).
| |
| JoinBy |
Joins strings the by the specified separator.
| |
| SameAs |
Compares two strings.
| |
| TrimSingle |
Trims a single character form the head and the end of the string.
|