convType
text convType(dictionary, key)
Returns the conversion type for entry key in dictionary.
Parameters
- dictionary — a dictionary to get the entry conversion type of.
- key — key of entry in dictionary for which to get conversion type.
Returns
- the conversion type as text for entry key in dictionary,
or
null
if dictionary isn’t a dictionary or it doesn’t have an entry for key.