📚 SAP Business One SDK Help

FromXMLString Method
See Also 
bstrXML
P>Specifies the the XML string.

Description

Imports data from an XML string to the object.

Syntax

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

Parameters

bstrXML
P>Specifies the the XML string.

See Also