com.Util methods

Methods of the com.Util class.

Table 1. Class methods
Name Description
com.Util.CreateRandomString(
   size INTEGER)
  RETURNING result STRING
Creates a new random string for a given size (deprecated!)
com.Util.CreateDigestString(
   source STRING,
   random STRING)
  RETURNING result STRING
Creates a new Base64 digest string from a source and random string (deprecated!).
com.Util.CreateUUIDString()
  RETURNING result STRING
Creates an UUID string (deprecated!)
com.Util.UniqueApplicationInstance(
   path STRING)
  RETURNING result INTEGER
Creates a new random string (deprecated!).