Click or drag to resize
GDFileIOAppendLinesAsync Method (IGDStorageFile, IEnumerableString, UnicodeEncoding)
Appends lines of text to the specified file using the specified character encoding.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncAction AppendLinesAsync(
	IGDStorageFile file,
	IEnumerable<string> lines,
	UnicodeEncoding encoding
)

Parameters

file
Type: GDIGDStorageFile
The file that the lines are appended to.
lines
Type: System.Collections.GenericIEnumerableString
The list of text strings to append as lines.
encoding
Type: Windows.Storage.StreamsUnicodeEncoding
The character encoding of the file.

Return Value

Type: IAsyncAction
No object or value is returned when this method completes.
See Also