Click or drag to resize

imbStringCollectionExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.dataimbStringCollectionExtensions

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbStringCollectionExtensions
Request Example View Source

The imbStringCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFirstOrT
Adds the value into IDictionary under first valid key specified with first and orThese parameters. Returns key value that was finally applied.
Public methodStatic memberAddSeveral
Public methodStatic memberbuildDataTable
Builds the data table from string lines
Public methodStatic memberContainsAll(String, String)
Public methodStatic memberContainsAll(String, IEnumerableString, Boolean)
Public methodStatic memberContainsAny(String, IEnumerableString, Boolean)
Determines whether the specified target contains any of needles
Public methodStatic memberContainsAny(String, IEnumerableString, String, Boolean)
Public methodStatic membergetTotalLength
Gets the total length of all strings in collection
Public methodStatic memberinsertNewLineInOutput
Inserts new line in String IList collection
Public methodStatic memberremoveEmptyOrNull
Filter out empty or null entries - Vraca listu iz koje su izbaceni null i "" stringovi
Public methodStatic memberremoveRange
Public methodStatic memberReplace
Replaces all Keys with corresponding Values
Top
See Also