C# Class Rolcore.Collections.Generic.IEnumerableExtensions

Extension methods for IEnumerable{}
Show file Open project: Rollins/Rolcore

Public Methods

Method Description
Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string

Combines the specified strings.

Method Details

Combine() public static method

Combines the specified strings.
public static Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string
strings this The strings to combine.
prepend string The value to prepend to the combined value.
append string The value to append to the combined value.
itemPrepend string The value to prepend before each item in the combined value.
itemAppend string The value to append after each item in the combined value.
return string