Start » Filter Reference » System » File System » WriteToString
Module: | FoundationLite |
---|
Writes element to string stream with specified format.
Name | Type | Description | |
---|---|---|---|
inString | String | Input stream. | |
inObject | T | Object to be saved. | |
inName | String | Object name. | |
inFormat | OutputFormat | Output format. | |
inSuffix | String | Additional data to write like a new line. | |
outString | String | Output String. |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.