IndexToString Method
  Given an array index, this formats the index by each of the index sets 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public string IndexToString( int[] idx )
Parameters
- idx
- 
   Type: 
   
   SystemInt32
   
   
 The array index, each element given as an offset into the index set
Return Value
Type: StringAn array index as a string
 See Also
See Also
 
