Click or drag to resize

AssertIsNotNullOrWhiteSpace Method

Throws ArgumentException if the string is null or empty.

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static void IsNotNullOrWhiteSpace(
	string str,
	string paramName
)

Parameters

str
Type: SystemString
The string to which the assertion applies.
paramName
Type: SystemString
Name of the parameter.
See Also