genNameSpaceID method: Utility class
Syntax
genNameSpaceID(NameSpace_ID)
Description
Use this method to replace special characters in the original ID string with “_”, so that it only contains “A–Z”, “0–9” and “_”.
Parameters
| Parameter | Description |
|---|---|
|
NameSpace_ID |
Specifies the name space ID to be converted as a string. |
Returns
A string containing the generated name space ID using only “A–Z”, “0–9” and “_”.