Indicates wthether the specified RdlString instance is null or empty.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsNullOrEmpty(
	RdlString s
)
Visual Basic
Public Shared Function IsNullOrEmpty ( _
	s As RdlString _
) As Boolean

Parameters

s
Type: C1.C1Rdl..::..RdlString
The RdlString object to check.

Return Value

true if s is null or represents the Empty value.

See Also