CookieHelper HasData Method A Sandcastle Documented Class Library
Helper method that detects if an entry exists.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool HasData(
	Dictionary<Object, Object> dict,
	string key
)

Parameters

dict
Type: System.Collections.Generic Dictionary Object, Object 
key
Type: System String

Return Value

Type: Boolean
See Also