Partager via


RequestChecker.CheckInRange Method

 

Checks whether the parameter is in the required range.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static CheckInRange(String, String, Int32, Int32)

Checks whether the parameter is in the required Int32 range.

System_CAPS_pubmethodSystem_CAPS_static CheckInRange(String, String, Int64, Int64)

Checks whether the parameter is in the required Int64 range.

See Also

RequestChecker Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top