| TopBomIniHelperManagementINIReadKey Method |
Legge dal file il valore della chiave specificiata
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public string ReadKey(
string Section,
string Key
)
Public Function ReadKey (
Section As String,
Key As String
) As String
public:
String^ ReadKey(
String^ Section,
String^ Key
)
member ReadKey :
Section : string *
Key : string -> string
Parameters
- Section
- Type: SystemString
Sezione su cui leggere - Key
- Type: SystemString
Chiave da leggere
Return Value
Type:
StringIl buffer letto
See Also