Class StringExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class StringExtensions
Methods
| Name | Description |
|---|---|
| IsSurroundedWith(string, string) | |
| JoinStrings(IEnumerable<string>, char) | |
| JoinStrings(IEnumerable<string>, string) | |
| Pascalize(string) | By default, pascalize converts strings to UpperCamelCase also removing underscores |
| SplitTrim(string, char) | Perform a string split that also trims whitespace from each result and removes duplicats |
| SplitTrim(string, char[]) | Perform a string split that also trims whitespace from each result and removes duplicats |
| SplitTrim(string, string) | Split string into substrings using separator string Empty items are removed and existing are trimmed |
| SurroundWith(string, char) | |
| SurroundWith(string, string) | |
| TakeChars(string, int, bool) | |
| TakeMidChars(string, int, bool) | |
| ToDecimalOrDefault(string) | |
| ToIntOrDefault(string) | |
| ToUriOrDefault(string) |