ResolveAsString

Declaration:TAssocArray.ResolveAsString (Key: string): double;
The function ResolveAsNumber tries to find the entry corresponding to the key Key and returns the associated value as a string. If Key does not exist (or, if Key does not match because IgnoreCase is set to false), the function returns an empty string. Numbers are automatically converted to strings.