FileDatabaseProviderGetFileAsText Method

Returns the file contents as plain text.

Definition

Namespace: DWSIM.FileStorage
Assembly: DWSIM.FileStorage (in DWSIM.FileStorage.dll) Version: 10.0.0.0 (10.0.0.0)
public string GetFileAsText(
	string filename
)

Parameters

filename  String
File/Item name in the database.

Return Value

String
The file contents as plain text.

Implements

IFileDatabaseProviderGetFileAsText(String)

See Also