|
|
CHARACTER ToString (IOModeEnum, character)
|
/** Returns a formatted string representation of an IoMode, specific to
the parameter type (ParamList, DYN-CALL etc).
Defaults to a simple stringification of the enum.
@param IOModeEnum The enumeration to format
@param character The parameter type. Typically a type name (like Progress.Lang.ParameterList);
if unknown or empty, the default format is used.
@return character A formated string value of the enumeration
@throws AssertionFailedError Thrown when an invalid enum is passed in */
|