A Sandcastle Documented Class Library
![]() | TopBomIniHelperManagementINIGetName Method |
Estrapola il nome da una chiave key passata come parametro
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)

public string GetName( string Key )
Public Function GetName ( Key As String ) As String
public: String^ GetName( String^ Key )
member GetName : Key : string -> string
Parameters
- Key
- Type: SystemString
Chiave da cui estrapolare il nome
Return Value
Type: StringRitorna il nome della chiave passata come parametro (es. Nome=Valore) torna nome
