RequestHelperContextInt Method |
Extracts an int value, by name, from the request defaulting to zero if not found.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static int ContextInt(
string name
)
Public Shared Function ContextInt (
name As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the parameter in question.
Return Value
Type:
Int32The value of the specified value, interpreted as an int.
See Also