Discuss this help topic in SecureBlackbox Forum

TElXMLAdESElement.IsEmpty

TElXMLAdESElement     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if the element contains any data.

Declaration

[C#]
    bool IsEmpty();

[VB.NET]
    Function IsEmpty() As Boolean

[Pascal]
    function IsEmpty: boolean; virtual; abstract;

[C++]
    bool IsEmpty();

[PHP]
    bool IsEmpty()

[Java]
    boolean isEmpty();

Description

    Call this method to check whether the element contains any data.

Discuss this help topic in SecureBlackbox Forum