Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
XMLDocument
.LoadString
public function
LoadString
Prototype:
public function LoadString(str)
Parameters
str
the string containing the xml raw data.
Description:
Loads the xml document from a given string
Return value:
Returns true if succeeded, false otherways.