wwxml::XMLValueToFoxValue

Converts an XML value into a FoxPro value based on an XML type you specify.

o.XMLValueToFoxValue(lcXMLValue,lcXMLType)

Returns

Fox value translated based on the type.

Parameters

lcXMLValue
The XML String that describes the XML typed value.

lcXMLType
The XML type (ie. string, float, date, datetime, boolean etc.)

See also