Language Reference Guide : B. Dedicated User Classes for .INI File Support : ProfileObject User Class : GetString Method
 
Share this page                  
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 instead; this method calls GetString before writing out the file.