Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedType.IsEmpty

TElXMLEncryptedType     


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;

[C++]
    bool IsEmpty();

[PHP]
    bool IsEmpty()

[Java]
    boolean isEmpty();

Return value

    Returns True if the element is empty and False otherwise.

Description

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

Discuss this help topic in SecureBlackbox Forum