Summary
    Return the a string representation for a set of indices into an array
    
		- Namespace
 - TCLite
.Constraints  - Containing Type
 - MsgUtils
 
Syntax
public static string GetArrayIndicesAsString(int[] indices)
	Parameters
| Name | Type | Description | 
|---|---|---|
| indices | int[] | Array of indices for which a string is needed | 
Return Value
| Type | Description | 
|---|---|
| string | 
