Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlString Class / IsNullOrEmpty Method
The RdlString object to check.

In This Topic
    IsNullOrEmpty Method (RdlString)
    In This Topic
    Indicates wthether the specified RdlString instance is null or empty.
    Syntax
    'Declaration
     
    Public Shared Function IsNullOrEmpty( _
       ByVal s As RdlString _
    ) As Boolean
    public static bool IsNullOrEmpty( 
       RdlString s
    )

    Parameters

    s
    The RdlString object to check.

    Return Value

    true if s is null or represents the Empty value.
    See Also