Click or drag to resize

imbStringExtensionsJoin Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string Join(
	IEnumerable<string> input,
	string joint = ""
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableString
joint (Optional)
Type: SystemString

Return Value

Type: String
See Also