Method GetFriendlyKey
GetFriendlyKey(ObjectKey)
Retrieves the friendly string representation of the specified ObjectKey. If a string key is stored in the cache, it is retrieved and returned. Returns null if the key is not found, not typed, or not a string.
public string GetFriendlyKey(ObjectKey key)
Parameters
keyObjectKeyObjectKey
Returns
- string
The user-friendly representation of the key, or null.