Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.55 KB

File metadata and controls

57 lines (45 loc) · 1.55 KB

Function: IsXMLDoc

Determines whether the function parameter is an Extended Markup language (XML) document object.

Method Signature

IsXMLDoc(value=[any])

Arguments

Argument Type Required Description Default
value any true Value to test

Examples

Related