somStringFromId
Appearance
This function returns the string that a SOM ID represents.
Syntax
somId id; string rc; rc = somStringFromId(id);
Parameters
- id (somId)
- The SOM ID for which the corresponding string is needed.
Return Code
- rc (string)
- Returns the string that the given SOM ID represents.
Remarks
This function returns the string that a given SOM ID represents.
Example Code
See function somBeginPersistentIds.
Related
- Data Structures
- string (somcorba.h)
- somid (sombtype.h)
- Functions