Click or drag to resize
PackageGetPackageStringValue Method
Returns string value from package.ini file.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static string GetPackageStringValue(
	string sectionName,
	string keyName,
	string defaultValue = ""
)

Parameters

sectionName
Type: SystemString
Name of the INI file section.
keyName
Type: SystemString
Name of the INI file section key.
defaultValue (Optional)
Type: SystemString
Default value if no section/key was found.

Return Value

Type: String
Remarks
Contents of an INI file is governed by installer.
See Also