'Declaration Public Shared Function IsNullOrEmpty( _ ByVal size As ReportSize _ ) As Boolean
public static bool IsNullOrEmpty( ReportSize size )
Parameters
- size
- The size to test.
Return Value
true if size is
null
or empty, false otherwise.