| KTML 4 LITE API Documentation for ASP .NET |
|
KtmlGenericModule.IsArgumentInteger Method
Helper method to check if an argument required by a specific method is of type integer.
protected
bool IsArgumentInteger(
string argumentValueToTest,
string argumentName);
Parameters
-
argumentValueToTest
- The value of the parameter (usually get or post) to check.
-
argumentName
- The name of the parameter (get or post) that will be reported in the ErrorMessage in case the value is not of type integer.
Return Value
See Also
KtmlGenericModule Class | InterAKT.WebControls.Modules Namespace