QuarkList.find

string find(string name)

Searches for the value identified by name in the given #GdaQuarkList. For protected values (authentification data), don't forget to call [gda.quark_list.QuarkList.protectValues] when you don't need them anymore (when needed again, they will be unmangled again).

Parameters

namethe name of the value to search for.

Returns

the value associated with the given key if found, or null if not found.