Discuss this help topic in SecureBlackbox Forum

TElXMLDOMCharacterData.Length

TElXMLDOMCharacterData     See also     


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


This property contains the length of the text data.

Declaration

[C#]
    int Length;

[VB.NET]
    Property Length As Integer

[Pascal]
    property Length : integer;

[C++]
    int32_t get_Length();

[PHP]
    integer get_Length()

[Java]
    int getLength();

Description

    Use this property to get the length of the text.

See also:     Data    

Discuss this help topic in SecureBlackbox Forum