Method GetCaseInsensitive
GetCaseInsensitive<T>(string)
Gets the value specified by the given key and converts it to the given type. The key is not case sensitive.
T GetCaseInsensitive<T>(string key)
Parameters
keystringThe key.
Returns
- T
The converted value.
Type Parameters
TThe type to convert to. Supported types include primitive types, Guid (for native UUID values returned by servers running Bolt 6.1+), graph types such as INode, and collection types. See As<T>(object) for the full list.