Determines whether the argValue is null.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void PropertyNotNull(
	string argName,
	string argValue
)
Visual Basic
Public Shared Sub PropertyNotNull ( 
	argName As String,
	argValue As String
)

Parameters

argName
Type: System..::..String
Name of the arg.
argValue
Type: System..::..String
The arg value.

Exceptions

See Also