GetValueAsString Method
  Given a list of values (comprising objects of type int, string, bool or double), returns the string value at the array index indicated by the value. Note: it is not recommended you call this function within intense loops, as it performs poorly due to the need to look up each index value in each index set for every call. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public string GetValueAsString( params Object[] indexValues )
Parameters
- indexValues
- 
   Type: 
   
   SystemObject
   
   
 
Return Value
Type: String See Also
See Also
 
