containsXmlTag

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool containsXmlTag(string source, string tag, bool simple)
  2. bool containsXmlTag(string source, string tag, string attributes, bool simple)
    bool
    containsXmlTag
    (
    string source
    ,
    string tag
    ,
    string attributes
    ,
    bool simple = false
    )
  3. bool containsXmlTag(string source, string tag, string attributes, string content, bool simple)

Meta