This is the complete list of members for StringExtensions, including all inherited members.
| AsBool(this string value) | StringExtensions | static |
| ContinueWith< T >(this string target, [NotNull] Func< string, T > func) | StringExtensions | static |
| EndsWithAny(this string target, [NotNull] params string[] values) | StringExtensions | static |
| EndsWithOrdinal(this string target, string value) | StringExtensions | static |
| RemoveFromTheEnd(this string target, int count) | StringExtensions | static |
| RemoveWhitespace(this string target) | StringExtensions | static |
| StartsWithOrdinal(this string target, string value) | StringExtensions | static |
| ValueAfter([NotNull] this string target, [NotNull] string value) | StringExtensions | static |
| ValueAfterLast([NotNull] this string target, [NotNull] string value) | StringExtensions | static |
| ValueAfterLastOrFull([NotNull] this string target, [NotNull] string value) | StringExtensions | inlinestatic |