Click or drag to resize

TopBomIniHelperManagementINIReadKey Method

Legge dal file il valore della chiave specificiata

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string ReadKey(
	string Section,
	string Key
)

Parameters

Section
Type: SystemString
Sezione su cui leggere
Key
Type: SystemString
Chiave da leggere

Return Value

Type: String
Il buffer letto
See Also