Return type:
Access:
Applies to:
WriteFile( INPUT file-name AS CHARACTER )WriteFile( INPUT file-name AS CHARACTER,INPUT formatted AS LOGICAL )WriteFile( INPUT file-name AS CHARACTER,INPUT formatted AS LOGICAL,INPUT encoding AS CHARACTER )If you specify the Unknown value (?), the method uses the default value of FALSE.A CHARACTER expression indicating the Unicode Transformation Format of the JSON string to be written. Valid values for UTF are "UTF-8", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-32", "UTF-32BE", and "UTF-32LE". If the value is the empty string (""), the Unknown value (?), or not given, the parameter defaults to "UTF-8". If the value is any other value an error is raised.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |