Returns a request value parsed into an integer. If the value is not found or not a number null is returned.
public static int? GetParamsInt(string paramsKey)
Return Value
parsed integer or null on failure
Parameters
paramsKey
The request key to retrieve
Overloads:
See also:
Class WebUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic