📚 SAP Business One SDK Help

FromXMLString Method
See Also 
bstrXML

Specifies the string of the XML data.

Description

Imports data from an XML string to the object.

Syntax

Visual Basic
Public Sub FromXMLString( _
   ByVal bstrXML As String _
) 

Parameters

bstrXML

Specifies the string of the XML data.

See Also