This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Parses an item nr from specified cache key.

Namespace: Smartsite.Tools.Caching.Angelina
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static bool TryParseItemNr(
	string cacheKey,
	out int itemNr
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function TryParseItemNr ( _
	cacheKey As , _
	<> ByRef itemNr As Integer _
) As 

Parameters

cacheKey
String
The cache key.
itemNr
Int32%
The item nr.

Return Value

See Also

Advanced