Click or drag to resize
CheckNotEmpty Method
Checks, that the value of type String is not null or Empty and otherwise an ArgumentNullException or ArgumentException.

Namespace: Bobs
Assembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntax
public static string NotEmpty(
	string value,
	string paramName
)

Parameters

value
Type: SystemString
The value of the argument.
paramName
Type: SystemString
The name of the argument.

Return Value

Type: String
The value of the argument.
See Also