Click or drag to resize
ProviderDictionaryTKey, TValueConvertKey Method
Converts the key to a specific type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual TKey ConvertKey(
	Object key
)

Parameters

key
Type: SystemObject
Key to convert

Return Value

Type: TKey
See Also