Determines whether the argValue is null or empty.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void NotNullOrEmpty( string argName, string argValue ) |
Visual Basic |
---|
Public Shared Sub NotNullOrEmpty ( argName As String, argValue As String ) |
Parameters
- argName
- Type: System..::..String
Name of the arg.
- argValue
- Type: System..::..String
The arg value.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException |