Click or drag to resize

imbStringIndexWorksfilterStringRange Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Obrađuju string podatak korišćenjem imbIndexOps metoda

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<string> filterStringRange(
	string indexes,
	List<string> input,
	indexOps operation = indexOps.pass
)
Request Example View Source

Parameters

indexes
Type: SystemString
Indeksna instrukcija
input
Type: System.Collections.GenericListString
Ulazni string
operation (Optional)
Type: imbACE.Core.xml.enumsindexOps
Tip operacije

Return Value

Type: ListString
Rezultat
See Also