This method looks a the type of the value passed and properly encodes it to XML element syntax. This method only works with FoxPro simple types and single values like strings, bool, numeric, date, binary etc.
Objects and arrays are not supported.
o.FoxValueToXmlValue(lvValue)
Return Value
The encoded value. Null generates "".
Parameters
lvValue
The value to convert to XML Element syntax.
See also:
Class wwxml© West Wind Technologies, 2023 • Updated: 05/27/07
Comment or report problem with topic