Click or drag to resize
ProviderInfoDictionary<TKey>.ConvertKey Method
Converts the key to a specific type

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

Parameters

key
Type: System.Object
Key to convert

Return Value

Type: TKey
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when unsupported type is used.
See Also