📚 SAP Business One SDK Help

GetDataInterfaceFromXMLString Method
See Also 
bstrXMLString

Specifies the the XML string.

Description

Creates an empty data structure defined by data from an XML string.

Syntax

Visual Basic
Public Function GetDataInterfaceFromXMLString( _
   ByVal bstrXMLString As String _
) As Object

Parameters

bstrXMLString

Specifies the the XML string.

Example

See Also