imbStringCollectionExtensions Class |
Namespace: imbSCI.Core.extensions.data
The imbStringCollectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFirstOrT |
Adds the value into IDictionary under first valid key specified with first and orThese parameters. Returns key value that was finally applied.
| |
| AddSeveral | ||
| buildDataTable |
Builds the data table from string lines
| |
| ContainsAll(String, String) | ||
| ContainsAll(String, IEnumerableString, Boolean) | ||
| ContainsAny(String, IEnumerableString, Boolean) |
Determines whether the specified target contains any of needles
| |
| ContainsAny(String, IEnumerableString, String, Boolean) | ||
| getTotalLength |
Gets the total length of all strings in collection
| |
| insertNewLineInOutput |
Inserts new line in String IList collection
| |
| removeEmptyOrNull |
Filter out empty or null entries - Vraca listu iz koje su izbaceni null i "" stringovi
| |
| removeRange | ||
| Replace |
Replaces all Keys with corresponding Values
|