Click or drag to resize

imbStringIndexWorksrangeStringToIndexList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
HELPER Konvertuje range line u listu indexa. Format: 3-5,8 , 2-8, 9, *

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static List<int> rangeStringToIndexList(
	this string rangeLine,
	int indMax = 100
)
Request Example View Source

Parameters

rangeLine
Type: SystemString
Linija npr> 1=5, 8, 12-20, 3
indMax (Optional)
Type: SystemInt32

Return Value

Type: ListInt32
Listu sa indeksima

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
ako postoji 3>, to znači od 3 do kraja, ako stoji manje 3 onda kontra
See Also