Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfStringExt Class / IsNullOrEmpty Method

In This Topic
    IsNullOrEmpty Method (IPdfStringExt)
    In This Topic
    Returns a value indicating whether the IPdfString is a null reference (Nothing in Visual Basic) or has zero length.
    Syntax
    'Declaration
     
    Public Shared Function IsNullOrEmpty( _
       ByVal ips As IPdfString _
    ) As System.Boolean
    public static System.bool IsNullOrEmpty( 
       IPdfString ips
    )

    Parameters

    ips
    See Also