SomStringFromId: Difference between revisions
Appearance
Created page with "This function returns the string that a SOM ID represents. ==Syntax== <PRE> somId id; string rc; rc = somStringFromId(id); </PRE> ==Parameters== ; id (somId) : The SO..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:somStringFromId}} | |||
This function returns the string that a SOM ID represents. | This function returns the string that a SOM ID represents. | ||
Revision as of 03:33, 13 October 2017
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)