RequestChecker.CheckIsNotNullOrEmpty Method (String, String)
Checks whether the parameter is not null or empty.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public static void CheckIsNotNullOrEmpty(
string paramName,
string paramValue
)
public:
static void CheckIsNotNullOrEmpty(
String^ paramName,
String^ paramValue
)
Public Shared Sub CheckIsNotNullOrEmpty (
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