CoreClasses Xojo Plugin

PrefixDictionaryCaseInsensitive.Value Method

Retrieves the value associated with the supplied key.

Value(
   key as String) as Variant

Parameters

key
The key to retrieve.

Returns

Variant
The requested value or exception is thrown if key was not found.

Remarks

The Value function is encoding-sensitive. In this version of the dictionary the key is case insensitive.

This method will throw KeyNotFoundException if the requested key did not exist.

See Also

PrefixDictionaryCaseInsensitive Class