Partager via


RequestChecker.CheckInRange Method (String, String, Int64, Int64)

 

Checks whether the parameter is in the required Int64 range.

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

Syntax

public static void CheckInRange(
    string paramName,
    string paramValue,
    long range1,
    long range2
)
public:
static void CheckInRange(
    String^ paramName,
    String^ paramValue,
    long long range1,
    long long range2
)
Public Shared Sub CheckInRange (
    paramName As String,
    paramValue As String,
    range1 As Long,
    range2 As Long
)

Parameters

  • paramName
    Type: System.String

    The name of the parameter to check.

See Also

CheckInRange Overload
RequestChecker Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top