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
Name | Type |
---|---|
GetDocumentLength | UDINT |
Sample call:
nLength := fbXml.GetDocumentLength();