StringX extension

Utilitiy extensions for String.

on

Properties

asXmlDocument → XmlDocument?

Available on String, provided by the StringX extension

Convert String to XmlDocument
no setter
xmlToJson → dynamic

Available on String, provided by the StringX extension

Parses the xml string and returns the resulting Json object.
no setter
xmlToText String

Available on String, provided by the StringX extension

String value of XmlDocument
no setter