'Declaration
<PureAttribute()> Public Shared Function IsValidCookie( _ ByVal cookie As Long _ ) As Boolean
'Usage
Dim cookie As Long Dim value As Boolean value = AEUtilities.IsValidCookie(cookie)
Parameters
- cookie
- The cookie to be tested.
'Declaration
<PureAttribute()> Public Shared Function IsValidCookie( _ ByVal cookie As Long _ ) As Boolean
'Usage
Dim cookie As Long Dim value As Boolean value = AEUtilities.IsValidCookie(cookie)
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.