Click or drag to resize

imbStringOperationsremoveChars Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes all occuring chars from the input

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

Parameters

needle
Type: System.Collections.GenericIEnumerableChar
Chars to remove from the string
input
Type: SystemString
The input.

Return Value

Type: String
See Also