Persistate API documentation
ReadEmbeddedTextResource Method (assembly, fileName)
NamespacesPersistateUtlReadEmbeddedTextResource(Assembly, String)

[This is preliminary documentation and is subject to change.]

Reads the contents of a text file included in an assembly as an embedded resource.
Declaration Syntax
C#
public static string ReadEmbeddedTextResource(
	Assembly assembly,
	string fileName
)
Parameters
assembly (Assembly)
The assembly in which the text file has been embedded.
fileName (String)
The name of the embedded file. Note that this is the file name only, not the resource name.
Return Value
A string containing the text of the embedded file.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)