GetDocumentLength

This method returns the length of an XML document in bytes.
Syntax
METHOD GetDocumentLength : UDINT
Return value
Name | Type |
|---|---|
GetDocumentLength | UDINT |
Sample call:
nLength := fbXml.GetDocumentLength();
This method returns the length of an XML document in bytes.
METHOD GetDocumentLength : UDINT
Return valueName | Type |
|---|---|
GetDocumentLength | UDINT |
Sample call:
nLength := fbXml.GetDocumentLength();