GetString Method
The GetString method rebuilds the initialization file text from the current contents of the ProfileObject. The result is placed in a StringObject.
StringObject = ProfileObject.GetString()
If you intend to write the reconstituted profile to a file, use the
WriteProfile method (see
WriteProfile Method) instead; this method calls GetString before writing out the file.