Click or drag to resize
GDFileIOAppendTextAsync Method (IGDStorageFile, String, UnicodeEncoding)
Appends 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 AppendTextAsync(
	IGDStorageFile file,
	string contents,
	UnicodeEncoding encoding
)

Parameters

file
Type: GDIGDStorageFile
The file that the text is appended to.
contents
Type: SystemString
The text to append.
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