KTML 4 API Documentation for ASP .NET

KtmlGenericModule.IsArgumentBoolean Method 

Helper method to check if an argument required by a specific method is of type boolean.

protected bool IsArgumentBoolean(
   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 boolean.

Return Value

See Also

KtmlGenericModule Class | InterAKT.WebControls.Modules Namespace