Click or drag to resize

QsResourcesReadResourceFile Method

Reads a resource file. The resource file is just a zip file. Normmaly we use .mnx and .rsx extensions.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public int ReadResourceFile(
	string resfile,
	bool addPrefix
)

Parameters

resfile
Type: SystemString
The resfile.
addPrefix
Type: SystemBoolean
if set to true [add prefix].

Return Value

Type: Int32

[Missing <returns> documentation for "M:QsInformatica.Utils.QsResources.ReadResourceFile(System.String,System.Boolean)"]

See Also