Shunde.NET Framework Class Library

WebPage.GetIntParam Method 

Gets an int from the querystring. Returns -1 if the param does not exist or is in an incorrect format

public int GetIntParam(
   String paramName
);

Parameters

String

Return Value

Returns retrieved parameter as an int

See Also

WebPage Class | Shunde.Common Namespace