Skip to content

Files.GetString

Overview

String Files.GetString ( id )
Returns file content as string.

Arguments

String id Id number of file

Remarks

This function used to retrieve text file contents, if file is binary you should consider to use Files.GetBase64 otherwise file content would be corrupted.

Examples

See Also