Returns the string value to which the key is mapped in this dictionary. If the key doesn't exist an exception is raised.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string GetString( string key, bool recursive )
Public Function GetString ( _ key As String, _ recursive As Boolean _ ) As String
public: String^ GetString( String^ key, bool recursive )
Parameters
- key
- String
A key in this dictionary
- recursive
- Boolean
If true then search this key inside subdictionaries