StringArray.MapStringArrayDelegate Delegate (console safe)
A delegate for the Map method on this class.

MapStringArrayDelegate(
item
as String,
index
as Integer)
as String
Parameters
- item
- The array element value to be mapped.
- index
- Index of the array element to be mapped.
Returns
- String
- The new string to map to.
Remarks
See Also
StringArray Class