Click or drag to resize

UtilsnameInd Method (String, Int32)

Creates a list of indexed, zero based identifiers.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static List<string> nameInd(
	string id,
	int count
)

Parameters

id
Type: SystemString
identifier.
count
Type: SystemInt32
number of sub-names.

Return Value

Type: ListString
List of indexed, zero based identifiers.
See Also