Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the parameter is an integer.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public static void CheckIsInteger(
string paramName,
string paramValue
)
public:
static void CheckIsInteger(
String^ paramName,
String^ paramValue
)
Public Shared Sub CheckIsInteger (
paramName As String,
paramValue As String
)
Parameters
paramName
Type: System.StringThe name of the parameter to check.
paramValue
Type: System.StringThe value of the parameter.
See Also
RequestChecker Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top